Table of Contents

Property CreationDate

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

CreationDate

Gets the date and time when this PdfFileAttachmentAnnotation was created.

public DateTime? CreationDate { get; }

Property Value

DateTime?

The date and time when this PdfFileAttachmentAnnotation was created or null if there is no value set for this property.

Remarks

Returned date and time of this PdfFileAttachmentAnnotation are expressed in UTC (Coordinated Universal Time).

Exceptions

UnexpectedStructureException

The value in the internal PDF structure is of an unexpected type or cannot be converted to a DateTime value.