THPDFActionBuilder.GoToPage Method
Method summary: THPDFActionBuilder.GoToPage Method
Declaration
class function GoToPage(PageIndex: Integer; FitMode: THPDFDestinationFitMode= dfmFit; Left: Single= 0; Top: Single= 0; Right: Single= 0; Bottom: Single= 0; Zoom: Single= 0): THPDFActionBuilder;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
PageIndex | Index |
FitMode | Value: GoToPage |
Left | Coordinate |
Top | Coordinate |
Right | Coordinate |
Bottom | Coordinate |
Zoom | Value: GoToPage |
Return value
Returns a value: THPDFActionBuilder
Usage notes
- Call: PDF action builder
- Stable
Related APIs
- THPDFActionBuilder
- THotPDF
- THPDFPage
- Contents