Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfMarkupAnnotationData.CreationDate Property

Specifies the date and time when the annotation was created.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.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