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

PdfViewer.IsDocumentChanged Property

Indicates whether the current document has been changed.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

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