Zoom options for the goto destination page.
| Name | Description | Value |
|---|---|---|
| INHERIT_ZOOM | Inherits the zoom setting from the previously displayed page. | 1212437370 = ‘HDSz’ |
| FIT_WINDOW | Fits the page in the display window. | 1212437367 = ‘HDSw’ |
| FIT_WIDTH | Fits the page to the width of the window; may obscure the lower portion of the page. | 1212437335 = ‘HDSW’ |
| FIT_VISIBLE | Fits the text area of the page to the window width; obscures page margins and may obscure the lower portion of the page. | 1212437334 = ‘HDSV’ |
| ACTUAL_SIZE | Displays the page at 100% magnification. | 2053206906 = ‘zasz’ |
Usage:
- As property:
- GotoAnchorBehavior.zoomSetting
- GotoFirstPageBehavior.zoomSetting
- GotoLastPageBehavior.zoomSetting
- GotoNextPageBehavior.zoomSetting
- GotoNextViewBehavior.zoomSetting
- GotoPreviousPageBehavior.zoomSetting
- GotoPreviousViewBehavior.zoomSetting