Namespace: BitMiracle.Docotic.Pdf
public XmpString CreationDate { get; set; }
Public Property CreationDate 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 UpdateCreationDate option for more information.