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
)
Sub SetDate (
date As Date
)
void SetDate(
[InAttribute] 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