PDF Viewer Control for ASP.NET
PageFitMode Enumeration
NamespacesPdfViewer4AspNetPageFitMode
The fit mode of the PDF page in the viewer.
Declaration Syntax
C#Visual BasicVisual C++
public enum PageFitMode
Public Enumeration PageFitMode
public enum class PageFitMode
Members
MemberDescription
NotSet
Use the default fit mode

Fit
Fits the entire page within the window both vertically and horizontally.

FitH
Fits the entire width of the page within the window

FitV
Fits the entire height of the page within the window.

FitB
Fits the bounding box within the window both vertically and horizontally.

FitBH
Fits the entire width of the bounding box within the window.

FitBV
Fits the entire height of the bounding box within the window.

Assembly: PdfViewerAspNet (Module: PdfViewerAspNet) Version: 3.1.0.16909 (3.1.0.0)