Click or drag to resize

PdfMarkupAnnotationCreationDate Property

Gets or sets a value representing this PdfMarkupAnnotation's creation date.

Namespace:  RadPdf.Data.Document.Objects.Annotations
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public DateTimeOffset CreationDate { get; set; }

Property Value

Type: DateTimeOffset
Remarks

If the date is missing, DateTimeOffset.MinValue will be returned.

See Also