PdfDocumentPropertiesDocumentWasModified Property |
Gets a value indicating that this document was saved at some point.
Namespace:
RadPdf.Data.Document
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool DocumentWasModified { get; }
Public ReadOnly Property DocumentWasModified As Boolean
Get
Property Value
Type:
BooleanRemarks
If this is a Lite Document (IsLiteDocument is true), this property is not meaningful.
See Also