Gets or sets the date and time when the embedded file was created.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public Nullable<DateTime> CreationDate { get; set; }
VB
Public Property CreationDate As Nullable(Of DateTime)
Get
Set
Property Value
Type:
Nullable<
DateTime>
The date and time when the embedded file was created or
null if
there is no value set for this property.
Remarks
Returned date and time (what you get) expressed in UTC (Coordinated Universal Time).
Provided date and time (what you set) is expected to be in local time zone.
See Also