PageZoom Enum
Specifies zoom type.
public enum PageZoom
Public Enum PageZoom
Inheritance: ObjectValueTypeEnumPageZoom
Fields
PageZoom.FitBox | 4 | Fit all elements of page in window. |
PageZoom.FitHeight | 3 | Fit height of page in window. |
PageZoom.FitPage | 1 | Fit page in window. |
PageZoom.FitWidth | 2 | Fit width of page in window. |
PageZoom.None | 5 | OpenAction entry will not be write into the PDF document. |
PageZoom.Retain | 0 | Keep unchanged. |