'Declaration
Public Overloads Function PrintDialogFit( _ ByVal ImageID As Integer _ ) As Boolean
public bool PrintDialogFit( int ImageID )
public function PrintDialogFit( ImageID: Integer ): Boolean;
public function PrintDialogFit( ImageID : int ) : boolean;
public: bool PrintDialogFit( int ImageID )
public: bool PrintDialogFit( int ImageID )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing the image in use.
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.