DocumentViewerPageFitMode Enumeration
Note: This API is now obsolete.
Defines possible modes for fitting pages in the document viewer.
Namespace: GleamTech.DocumentUltimate.AspNet.UIAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
[ObsoleteAttribute("DocumentViewerPageFitMode is deprecated, use DocumentViewerZoomMode instead.")]
public enum DocumentViewerPageFitMode
<ObsoleteAttribute("DocumentViewerPageFitMode is deprecated, use DocumentViewerZoomMode instead.")>
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.
|