Skip to main content

PdfDocumentClosingEventArgs.IsDocumentModified Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public bool IsDocumentModified { get; }

Property Value

Type Description
Boolean

true if the document has been modified; otherwise false.

See Also