'Declaration
Public Overloads Function PrintDialog( _ ByVal ImageID As Integer _ ) As Boolean
public bool PrintDialog( int ImageID )
public function PrintDialog( ImageID: Integer ): Boolean;
public function PrintDialog( ImageID : int ) : boolean;
public: bool PrintDialog( int ImageID )
public: bool PrintDialog( 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.