DocumentViewerPageFitMode Enumeration
Defines possible modes for fitting pages in the document viewer.
Namespace: GleamTech.DocumentUltimate.AspNet.UIAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.6
public enum DocumentViewerPageFitMode
Public Enumeration DocumentViewerPageFitMode
FitWidth |
The document's zoom level will be adjusted so that the width
of the current page will exactly fit into the available space.
|
FitPage |
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.
|
Zoom |
The document's zoom level will freely adjusted and not constrained with the width and height
of the current page.
|