Click or drag to resize

InkGetDate Method

Gets an annotation's last modified date.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public 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.

Implements

IAnnotGetDate
See Also