THotPDF.GetLoadedAnnotationModDate Method

Gets the last modification date string of the specified annotation in the loaded PDF document

Declaration

function GetLoadedAnnotationModDate(PageIndex, AnnotationIndex: Integer): AnsiString;

Unit

HPDFDoc

Parameters

NamePurpose
PageIndexZero-based index of the target page
AnnotationIndexZero-based index of the annotation on the target page

Return value

Returns a modification date string that conforms to the PDF date format (D:YYYYMMDDHHmmSSOHH'mm); returns an empty string if the annotation has no modification date

Usage notes

Related APIs