|
FoxitPDFSDKforWeb v11.0.4
Foxit PDF SDK for Web
|
Represents information about the destination of a bookmark. More...
Public Attributes | |
| number | bottom |
| The bottom position on the page (in PDF coordinate system) (Optional). More... | |
| number | left |
| Horizontal position on the page (in PDF coordinate system) (Optional, defaults to the current page position shown in the view). More... | |
| number | pageIndex |
| Page index of the destination. (Optional, defaults to the current page index shown in the view) More... | |
| number | right |
| The right position on the page (in PDF coordinate system). (Optional) More... | |
| number | top |
| Vertical position on the page (in PDF coordinate system). (Optional, defaults to the current page position shown in the view) More... | |
| number | zoomFactor |
| The zoom factor. More... | |
| ZoomMode | zoomMode |
| The zoom mode of destination (Optional, defaults to ZoomMode.ZoomFitHorz) More... | |
Represents information about the destination of a bookmark.
| number BookmarkDestination::bottom |
The bottom position on the page (in PDF coordinate system) (Optional).
| number BookmarkDestination::left |
Horizontal position on the page (in PDF coordinate system) (Optional, defaults to the current page position shown in the view).
| number BookmarkDestination::pageIndex |
Page index of the destination. (Optional, defaults to the current page index shown in the view)
| number BookmarkDestination::right |
The right position on the page (in PDF coordinate system). (Optional)
| number BookmarkDestination::top |
Vertical position on the page (in PDF coordinate system). (Optional, defaults to the current page position shown in the view)
| number BookmarkDestination::zoomFactor |
The zoom factor.
| ZoomMode BookmarkDestination::zoomMode |
The zoom mode of destination (Optional, defaults to ZoomMode.ZoomFitHorz)