FoxitPDFSDKforWeb
v10.0.0
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... | |
BookmarkZoomMode | zoomMode |
The zoom mode of destination (Optional, defaults to BookmarkZoomMode.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.
BookmarkZoomMode BookmarkDestination::zoomMode |
The zoom mode of destination (Optional, defaults to BookmarkZoomMode.ZoomFitHorz)