Property CreationDate
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreationDate
Gets or sets the date and time the document was created.
public XmpString? CreationDate { get; set; }
Property Value
- XmpString
The string representation of date and time the document was created or
nullif there is no value set for this property.
Remarks
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.
Exceptions
- UnsupportedMetadataException
The corresponding XMP property has an unexpected type.