Gets an annotation's last modified date.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
SyntaxPublic Function GetDate As Date
public:
virtual Date^ GetDate() sealed
Return Value
Type:
Date The annotation's time and date. If the annotation has no associated date
structure, the returned date is not valid (date.IsValid() returns false).
Corresponds to the "M" entry of the annotation dictionary.
Implements
IAnnotGetDate
See Also