The fit mode of the PDF page in the viewer.
Namespace: PdfViewer4WinNet
Assembly: EvoPdfViewerWinForms (in EvoPdfViewerWinForms.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
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