EVO PDF Viewer Control for ASP.NET Documentation

PageFitMode Enumeration

EVO PDF Viewer Control for ASP.NET
The fit mode of the PDF page in the viewer.

Namespace:  EvoPdf.PdfViewerAspNet
Assembly:  EvoPdfViewerAspNet (in EvoPdfViewerAspNet.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public enum PageFitMode
Members

  Member nameValueDescription
NotSet0 Use the default fit mode
Fit1 Fits the entire page within the window both vertically and horizontally.
FitH2 Fits the entire width of the page within the window
FitV3 Fits the entire height of the page within the window.
FitB4 Fits the bounding box within the window both vertically and horizontally.
FitBH5 Fits the entire width of the bounding box within the window.
FitBV6 Fits the entire height of the bounding box within the window.
See Also

Reference