DocumentViewerPageFitMode Enumeration

Defines possible modes for fitting pages in the document viewer.

Definition

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

Members

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.

See Also