PrintDialogBySize Method (GdPictureImaging)
In This Topic
Invokes the standard Windows Print dialog box allowing you to print the specified GdPicture image
with the defined size and the position together with selecting additional settings.
Overload List
Overload | Description |
PrintDialogBySize(Int32,Single,Single,Single,Single) | Invokes the standard Windows Print dialog box, which allows you to select additional options or settings
and then to print the specified GdPicture image with the defined size and the position. |
PrintDialogBySize(Int32,IWin32Window,Single,Single,Single,Single) | Invokes the standard Windows Print dialog box, which allows you to select additional options or settings
and then to print the specified GdPicture image with the defined size and the position.
This method also allows to specify the top-level window that will own the modal dialog box. |
See Also