TextMarkupSetCreationDates Method |
Sets the creation date of the Markup Annotation.
(Optional; PDF 1.5 )
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetCreationDates(
Date dt
)
Public Sub SetCreationDates (
dt As Date
)
public:
virtual void SetCreationDates(
[InAttribute] Date^ dt
) sealed
function SetCreationDates(dt);
Parameters
- dt
- Type: pdftron.PDFDate
the new creation dates
Implements
IMarkupSetCreationDates(Date)Remarks The Date object not only includes date, it actually includes both date and
time when the annotation was created.
This corresponds to the 'CreationDate' field of the markup annotation's dictionary.
See Also