Back to Devexpress

PdfViewer.ShowPrintStatusDialog Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-2cf65567.md

latest1.3 KB
Original Source

PdfViewer.ShowPrintStatusDialog Property

Gets or sets whether or not to show a print status dialog when printing a document.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[DefaultValue(true)]
public bool ShowPrintStatusDialog { get; set; }
vb
<DefaultValue(True)>
Public Property ShowPrintStatusDialog As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to show a print status dialog; otherwise false.

|

Remarks

The print status dialog indicates the progress of the print task (i.e., the index of the currently printed document page).

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace