PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / ShowPrintProgressDialog Property

In This Topic
    ShowPrintProgressDialog Property (C1PreviewPane)
    In This Topic
    Gets or sets a value indicating whether to show a cancellable print progress dialog while printing a document. If this property is false (which is the default), only a status progress bar shows print progress (and so printing cannot be cancelled).
    Syntax
    'Declaration
     
    Public Property ShowPrintProgressDialog As Boolean
    public bool ShowPrintProgressDialog {get; set;}
    See Also