DocumentViewerScrollMode Enumeration
Defines possible modes for scrolling pages in the document viewer.
Namespace: GleamTech.DocumentUltimate.AspNet.UIAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.8.0
public enum DocumentViewerScrollMode
Public Enumeration DocumentViewerScrollMode
| History |
The document's scroll mode will be remembered per document via browser's local storage.
The history will start with Vertical. This is the default value.
|
| Vertical |
The document's pages will be scrolled vertically.
|
| Horizontal |
The document's pages will be scrolled horizontally.
|
| Wrapped |
The document's pages will be scrolled vertically
but if there is enough space, pages will be shown side by side.
|
| Page |
The document scrolling will be capped to the current page only.
|