Table of Contents

Property CreationDate

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

CreationDate

Gets or sets the date and time when the embedded file was created.

public DateTime? CreationDate { get; set; }

Property Value

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) can be in UTC or local time zone but UTC is recommended. Milliseconds of the provided time are ignored.