Skip to main content

PdfViewer.IsDocumentChanged Property

Indicates whether the current document has been changed.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

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

Property Value

Type Description
Boolean

true if changes have been made to the current document; otherwise false.

See Also