DocumentViewerScrollMode Enumeration

Defines possible modes for scrolling pages in the document viewer.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public enum DocumentViewerScrollMode

Members

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.

See Also