Gets the date and time when the annotation was created.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public DateTime? CreationDate { get; }
VB
Public ReadOnly Property CreationDate As DateTime?
Get
Property Value
Type:
Nullable<
DateTime>
The date and time when the annotation was created or
null if
there is no value set for this property.
Remarks
Returned date and time are expressed in UTC (Coordinated Universal Time).
See Also