THPDFPage.AddGoToRLink Method

Adds go to rlink data to the page drawing workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps

Declaration

procedure AddGoToRLink(Rectangle: TRect; const FileName: AnsiString; TargetPageIndex: Integer= 0; YPos: Single= - 1; NewWindow: boolean= false; const Description: AnsiString= '');

Unit

HPDFDoc

Parameters

NamePurpose
RectanglePage area or widget rectangle where the operation is applied
FileNameFile path used as the source or destination for this operation
TargetPageIndexZero-based index or object index used to select an existing item
YPosInput used by AddGoToRLink
NewWindowInput used by AddGoToRLink
DescriptionHuman-readable text stored in the PDF object, action, annotation, or structure element

Return value

This member does not return a value

Usage notes

Related APIs