Defines available scale types for the page content.
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No scaling. Uses actual size. Any content within printer hard margins will not be printed because of printer limitations. | |
Shrink | 1 | Shrink content to margins. Shrinks only if oversized, otherwise no scaling performed. Content is scaled within printer hard margins. | |
FitToMargins | 2 | Fit content within margins. Content is scaled within printer hard margins. | |
CustomScale | 3 | Scale content based on specified value, set with CustomScale property. Content is scaled within printer hard margins. |
See Also