Property ModifiedDate
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ModifiedDate
Gets or sets the date and time the document was most recently modified.
public XmpString? ModifiedDate { get; set; }
Property Value
- XmpString
The string representation of date and time the document was most recently modified or
nullif there is no value set for this property.
Remarks
You can convert the string representation to a DateTime value using ToDateTime() method.
This property is not part of the official XMP specification. It's recommended to use ModifyDate instead.
Exceptions
- UnsupportedMetadataException
The corresponding XMP property has an unexpected type.