You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Document Printing > PrintSetShowPrintingProgress Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.PrintSetShowPrintingProgress Method

Tells the component to show or hide progress indicator during printing (showed by default).

C#
public PrintSetShowPrintingProgress(
    Boolean Show
);
Visual Basic
Public Sub PrintSetShowPrintingProgress(
    ByVal Show As Boolean
)
Parameters
Parameters 
Description 
Show 
True to show progress indicators printing, else False. 
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.