Click or drag to resize

IAnnotGetDate Method

Gets an annotation's last modified date.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
Date GetDate()

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.
See Also