'Declaration
Public Function PrintSetShowPrintingProgress( _ ByVal Show As Boolean _ ) As GdPictureStatus
public GdPictureStatus PrintSetShowPrintingProgress( bool Show )
public function PrintSetShowPrintingProgress( Show: Boolean ): GdPictureStatus;
public function PrintSetShowPrintingProgress( Show : boolean ) : GdPictureStatus;
public: GdPictureStatus PrintSetShowPrintingProgress( bool Show )
public: GdPictureStatus PrintSetShowPrintingProgress( bool Show )
Parameters
- Show
- Set this parameter to true if you want to show the progress bar during the print process, otherwise set it to false. The default value is true.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.