Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationChangedEventArgs.CreationDate Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public DateTimeOffset? CreationDate { get; }

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