BaseMarkupAnnotationCreationDate Property |
Gets the creation date of the annotation. When a new
BaseMarkupAnnotation is constructed the
CreationDate is automatically set to the current date and time. When a
BaseMarkupAnnotation is
read from a file, the
CreationDate will reflect the date in the file.
Namespace:
Atalasoft.PdfDoc.Generating.Annotations
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public DateTime CreationDate { get; }
Public ReadOnly Property CreationDate As DateTime
Get
Property Value
Type:
DateTimeSee Also