THotPDF.AddLoadedLinkAnnotation Method

Adds loaded link annotation data to the annotation and action workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps

Declaration

procedure AddLoadedLinkAnnotation(PageIndex: Integer; X1, Y1, X2, Y2: Single; const AURI: AnsiString);

Unit

HPDFDoc

Parameters

NamePurpose
PageIndexZero-based index or object index used to select an existing item
X1Input used by AddLoadedLinkAnnotation
Y1Input used by AddLoadedLinkAnnotation
X2Input used by AddLoadedLinkAnnotation
Y2Input used by AddLoadedLinkAnnotation
AURIExternal target address stored in the PDF action or link annotation

Return value

This member does not return a value

Usage notes

Related APIs