See Also Examples Applies To
Invokes the standard Windows Printer Dialog, which allows users to choose the printer settings, then prints the native GdPicture image.
This function takes a Win32 Window Handle as parameter which will be considered as parent window for the print dialog box.
Syntax
object.PrintImageDialogHWND (hwnd)
The PrintImageDialogHWND syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| hwnd | Required. Long. A Win32 Window Handle. |
Returns
Boolean. True if success, else False.
Category
Print