Gets the date and time the document was created.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public XmpString CreationDate { get; }
VB
Public ReadOnly Property CreationDate As XmpString
Get
Property Value
Type:
XmpStringThe string representation of date and time the document was created
or
null if there is no value set for this property.
Remarks
See Also