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 adjusting the picture size to the default paper size.
This function takes a Win32 Window Handle as parameter which will be considered as parent window for the print dialog box.
Syntax
object.PrintImageDialogFitHWND (hwnd)
The PrintImageDialogFitHWND 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