[]
Describes the supported modes of moving between pages in a viewer.
public enum PageJumpTypeEnum
Name | Description |
---|---|
Absolute | Move directly to the specified page. |
First | Move to the first page. |
Last | Move to the last page. |
Next | Move to the next page. |
Previous | Move to the previous page. |
Relative | Move to the page specified relative to the current page. |