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

PdfViewer.ShowSavingProgressDialog Property

Specifies whether or not to show the Saving a file… dialog.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

Declaration

[Browsable(false)]
public bool ShowSavingProgressDialog { get; set; }

Property Value

Type Description
Boolean

true, to display the dialog; otherwise, false.

Remarks

The Saving a file… dialog is displayed when you save large documents.

IMAGE

Use the ShowSavingProgressDialog property to hide this dialog.

See Also