DocumentViewerZoomMode Enumeration

Defines possible modes for zooming 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 DocumentViewerZoomMode

Members

History The document's zoom level will be remembered per document via browser's local storage. The history will start with Auto. This is the default value.
Auto The document's zoom level will be adjusted so that for pages in portrait mode, acts as PageWidth, for pages in landscape mode, acts as PageFit. The zoom will be capped at 125%.
PageActual The document's zoom level will be adjusted to the actual page scale, i.e. 100%.
PageWidth The document's zoom level will be adjusted so that the width of the current page will exactly fit into the available space.
PageHeight The document's zoom level will be adjusted so that the height of the current page will exactly fit into the available space.
PageFit The document's zoom level will be adjusted so that the width or height (whichever is smaller) of the current page will exactly fit into the available space.

See Also