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

PdfDocumentClosingEventArgs.IsDocumentModified Property

Gets a value indicating whether or not the current PDF has been modified.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public bool IsDocumentModified { get; }

Property Value

Type Description
Boolean

true if the document has been modified; otherwise false.

See Also