Skip to main content
All docs
V24.1

IPdfViewerMarkupAnnotationBuilder.CreationDate Property

Specifies the date and time when the markup annotation was created.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Drawing

Declaration

DateTimeOffset? CreationDate { get; set; }

Property Value

Type Description
Nullable<DateTimeOffset>

The annotation’s creation date.

See Also