Back to Devexpress

PdfViewer.IsDocumentChanged Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-2865e20a.md

latest1.2 KB
Original Source

PdfViewer.IsDocumentChanged Property

Indicates whether the current document has been changed.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[Browsable(false)]
public bool IsDocumentChanged { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsDocumentChanged As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DocumentChanged

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace