Defines a zoom factor used in the preview control.
Namespace: PdfEdit.Forms
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Mininum | 10 | The smallest possible zoom factor. | |
Maximum | 800 | The largest possible zoom factor. | |
Percent800 | 800 | A pre-defined zoom factor. | |
Percent600 | 600 | A pre-defined zoom factor. | |
Percent400 | 400 | A pre-defined zoom factor. | |
Percent200 | 200 | A pre-defined zoom factor. | |
Percent150 | 150 | A pre-defined zoom factor. | |
Percent100 | 100 | A pre-defined zoom factor. | |
Percent75 | 75 | A pre-defined zoom factor. | |
Percent50 | 50 | A pre-defined zoom factor. | |
Percent25 | 25 | A pre-defined zoom factor. | |
Percent10 | 10 | A pre-defined zoom factor. | |
BestFit | -1 | Sets the zoom factor so that the document fits horizontally into the window. | |
TextFit | -2 | Sets the zoom factor so that the printable area of the document fits horizontally into the window. Currently not yet implemented and the same as ZoomBestFit. | |
FullPage | -3 | Sets the zoom factor so that the whole document fits completely into the window. | |
OriginalSize | -4 | Sets the zoom factor so that the document is displayed in its real physical size (based on the DPI information returned from the OS for the current monitor). |
See Also