Click or drag to resize

IAnnotSetDate Method

Sets an annotation's last modified date.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
void SetDate(
	Date date
)

Parameters

date
Type: pdftron.PDFDate
The annotation's last modified time and date. Corresponds to the "M" entry of the annotation dictionary.
See Also