'Declaration
Public Overloads Function PrintDialog( _ ByVal PrintSizeMode As PrintSizeOption _ ) As Boolean
public bool PrintDialog( PrintSizeOption PrintSizeMode )
public function PrintDialog( PrintSizeMode: PrintSizeOption ): Boolean;
public function PrintDialog( PrintSizeMode : PrintSizeOption ) : boolean;
public: bool PrintDialog( PrintSizeOption PrintSizeMode )
public: bool PrintDialog( PrintSizeOption PrintSizeMode )
Parameters
- PrintSizeMode
- A member of the PrintSizeOption enumeration. Sets up the automatic scalling of a printed document to fit the current paper size.
Return Value
true if the method has been followed successfully, otherwise false. Please use the PrintGetStat method to determine the reason for the printing failure.