Namespace: BitMiracle.Docotic.Pdf
public XmpString ModifyDate { get; set; }
Public Property ModifyDate As XmpString Get Set
You can convert the string representation to a DateTime value using ToDateTime() method.
The library can automatically update the value of this property before saving the document. Please see the UpdateModifiedDate option for more information.