THPDFActionBuilder.GoToRemotePage Method

Method summary: THPDFActionBuilder.GoToRemotePage Method

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
TargetPageIndexIndex
FitModeValue: GoToRemotePage
LeftCoordinate
TopCoordinate
RightCoordinate
BottomCoordinate
ZoomValue: GoToRemotePage
NewWindowValue: GoToRemotePage

Return value

Returns a value: THPDFActionBuilder

Usage notes

Related APIs