Skip to main content
A newer version of this page is available.
All docs
V19.2

PdfTextMarkupAnnotationCreatingEventArgs.CreationDate Property

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

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

public DateTimeOffset? CreationDate { get; set; }

Property Value

Type Description
Nullable<DateTimeOffset>

A nullable DateTimeOffset structure that is the date and time of the markup annotation’s creation on the page.

See Also