FileAttachmentGetCreationDates Method |
Gets the creation date of the Markup Annotation
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Date GetCreationDates()
Public Function GetCreationDates As Date
public:
virtual Date^ GetCreationDates() sealed
function GetCreationDates();
Return Value
Type:
DateA Date object indicating the date the Markup Annotation is created
Implements
IMarkupGetCreationDatesRemarks The Date object not only includes date, it actually includes both date and time when the annotation was created.
This corresponds to the 'CreationDate' field of the markup annotation's dictionary.
See Also