GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / PrintShowPrinterSettingsDialog Method
A handle to the parent window of the active printer configuration property sheet.





In This Topic
PrintShowPrinterSettingsDialog Method (GdPictureImaging)
In This Topic
Prompts the printer driver to show the printer settings dialog box of the active printer allowing you to specify a parent window handle.
Syntax
'Declaration
 
Public Function PrintShowPrinterSettingsDialog( _
   ByVal HANDLE As IntPtr _
) As GdPictureStatus
public GdPictureStatus PrintShowPrinterSettingsDialog( 
   IntPtr HANDLE
)
public function PrintShowPrinterSettingsDialog( 
    HANDLE: IntPtr
): GdPictureStatus; 
public function PrintShowPrinterSettingsDialog( 
   HANDLE : IntPtr
) : GdPictureStatus;
public: GdPictureStatus PrintShowPrinterSettingsDialog( 
   IntPtr HANDLE
) 
public:
GdPictureStatus PrintShowPrinterSettingsDialog( 
   IntPtr HANDLE
) 

Parameters

HANDLE
A handle to the parent window of the active printer configuration property sheet.

Return Value

A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.

We strongly recommend always checking this status first.

Remarks
Just to remind you that the active printer is the printer identified by the PrintGetActivePrinter method or set by the PrintSetActivePrinter method and it is dedicated to executing all subsequent print jobs using this class as well as utilizing all by you altered printer settings.
See Also