Skip to main content
All docs
V23.2

IPdfViewerMarkupAnnotationBuilder.CreationDate Property

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

Namespace: DevExpress.Pdf

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