PdfDocumentInfoModifiedDate Property |
Gets a value representing date this
PdfDocument was last modified (outside of RAD PDF).
Namespace:
RadPdf.Data.Document
Assembly:
RadPdf (in RadPdf.dll) Version: 4.4.0.0 (4.4.0.0)
Syntaxpublic DateTimeOffset ModifiedDate { get; }
Public ReadOnly Property ModifiedDate As DateTimeOffset
Get
Property Value
Type:
DateTimeOffset
Remarks
This date is extracted from the PDF's metadata.
It may or may not be accurate based on the tool last used to alter the PDF>
See Also