Click or drag to resize

WidgetSetDate Method

Sets an annotation's last modified date.

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

Implements

IAnnotSetDate(Date)
See Also