Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[DefaultValue(true)]
public bool ShowPrintStatusDialog { get; set; }

Property Value

Type Default Description
Boolean **true**

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