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
| Name | Purpose |
|---|---|
FileName | File |
TargetPageIndex | Index |
FitMode | Value: GoToRemotePage |
Left | Coordinate |
Top | Coordinate |
Right | Coordinate |
Bottom | Coordinate |
Zoom | Value: GoToRemotePage |
NewWindow | Value: GoToRemotePage |
Return value
Returns a value: THPDFActionBuilder
Usage notes
- Call: PDF action builder
- Stable
Related APIs
- THPDFActionBuilder
- THotPDF
- THPDFPage
- Contents