The fit mode of the PDF page in the viewer.

C# | Visual Basic | Visual C++ |
public enum PageFitMode
Public Enumeration PageFitMode
public enum class PageFitMode

Member | Description |
---|---|
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.
|