The fit mode of the PDF page in the viewer.
Namespace: PdfViewer4AspNetAssembly: PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 4.2
SyntaxPublic Enumeration PageFitMode
Members
| Member name | Value | Description |
---|
| NotSet | 0 |
Use the default fit mode
|
| Fit | 1 |
Fits the entire page within the window both vertically and horizontally.
|
| FitH | 2 |
Fits the entire width of the page within the window
|
| FitV | 3 |
Fits the entire height of the page within the window.
|
| FitB | 4 |
Fits the bounding box within the window both vertically and horizontally.
|
| FitBH | 5 |
Fits the entire width of the bounding box within the window.
|
| FitBV | 6 |
Fits the entire height of the bounding box within the window.
|
See Also