PdfMarkupAnnotationCreationDate Property |
Namespace:
RadPdf.Data.Document.Objects.Annotations
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic DateTimeOffset CreationDate { get; set; }
Public Property CreationDate As DateTimeOffset
Get
Set
Property Value
Type:
DateTimeOffset
Remarks
If the date is missing, DateTimeOffset.MinValue will be returned.
See Also