Skip to main content

PdfViewer.ShowDocumentClosingWarning() Method

Specifies whether to display a warning before the current document is closed.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public bool ShowDocumentClosingWarning()

Returns

Type Description
Boolean

true to display a warning before closing a document; otherwise false.

See Also