Invokes the standard Windows Printer Dialog, which allows users to choose the printer settings, then prints the displayed document adjusting pages size to the default paper size.
This function allows to specify the top-level window that will own the modal dialog box.
public Boolean PrintDialogFit( IWin32Window owner );
Public Function PrintDialogFit( ByVal owner As IWin32Window ) As Boolean
|
Parameters |
Description |
|
owner |
Represents the top-level window that will own the modal dialog box. |
True if success, else False.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|