Skip to main content

PdfMarkupAnnotationData.CreationDate Property

Specifies the date and time when the annotation was created.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public DateTimeOffset? CreationDate { get; set; }

Property Value

Type Description
Nullable<DateTimeOffset>

The date and time when the annotation was created.

See Also