THPDFActionBuilder.GoToRemotePage Method

Provides go to remote page behaviour for the PDF action builder workflow. Use it when the surrounding API family needs explicit control over PDF objects, page content, resources, conformance, or diagnostics

Declaration

class function GoToRemotePage(const FileName: AnsiString; TargetPageIndex: Integer; FitMode: THPDFDestinationFitMode= dfmFit; Left: Single= 0; Top: Single= 0; Right: Single= 0; Bottom: Single= 0; Zoom: Single= 0; NewWindow: boolean= false): THPDFActionBuilder;

Unit

HPDFDoc

Parameters

NamePurpose
FileNameFile path used as the source or destination for this operation
TargetPageIndexZero-based index or object index used to select an existing item
FitModeInput used by GoToRemotePage
LeftPage coordinate or size value expressed in the current HotPDF coordinate space
TopPage coordinate or size value expressed in the current HotPDF coordinate space
RightPage coordinate or size value expressed in the current HotPDF coordinate space
BottomPage coordinate or size value expressed in the current HotPDF coordinate space
ZoomInput used by GoToRemotePage
NewWindowInput used by GoToRemotePage

Return value

Returns a THPDFActionBuilder value

Usage notes

Related APIs