PdfMarkupAnnotationFacade.CreationDate Property
In This Article
Specifies the date and time when the annotation was created.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public DateTimeOffset? CreationDate { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Date |
The date and time when the annotation was created. |
See Also