PdfDestinationFitMode Enumeration | |
Namespace: SelectPdf
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Does not try to automatically fit the page. | |
| EntirePage | 1 | Automatically fits the entire page. | |
| EntirePageWidth | 2 | Automatically fits the entire width of the page. | |
| EntirePageHeight | 3 | Automatically fits the entire height of the page. | |
| BoundingBox | 4 | Automatically fits the bounding box. | |
| BoundingBoxWidth | 5 | Automatically fits the entire bounding box width of the page. | |
| BoundingBoxHeight | 6 | Automatically fits the entire bounding box height of the page. |