Back to Devexpress

PdfViewer.ShowSavingProgressDialog Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-920fe0ea.md

latest1.4 KB
Original Source

PdfViewer.ShowSavingProgressDialog Property

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

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[Browsable(false)]
public bool ShowSavingProgressDialog { get; set; }
vb
<Browsable(False)>
Public Property ShowSavingProgressDialog As Boolean

Property Value

TypeDescription
Boolean

true , to display the dialog; otherwise, false.

|

Remarks

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

Use the ShowSavingProgressDialog property to hide this dialog.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace