DocumentViewerZoomMode Enumeration
Defines possible modes for zooming pages in the document viewer.
Namespace: GleamTech.DocumentUltimate.AspNet.UIAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public enum DocumentViewerZoomMode
Public Enumeration DocumentViewerZoomMode
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.
|