Sets an annotation's last modified date.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetDate(
Date date
)
Public Sub SetDate (
date As Date
)
public:
virtual void SetDate(
[InAttribute] Date^ date
) sealed
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