THotPDF.AddLoadedFreeTextAnnotation Method

Adds loaded free text annotation data to the document creation workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps

Declaration

procedure AddLoadedFreeTextAnnotation(PageIndex: Integer; X1, Y1, X2, Y2: Single; const AText: AnsiString);

Unit

HPDFDoc

Parameters

NamePurpose
PageIndexZero-based index or object index used to select an existing item
X1Input used by AddLoadedFreeTextAnnotation
Y1Input used by AddLoadedFreeTextAnnotation
X2Input used by AddLoadedFreeTextAnnotation
Y2Input used by AddLoadedFreeTextAnnotation
ATextInput used by AddLoadedFreeTextAnnotation

Return value

This member does not return a value

Usage notes

Related APIs