|
PdfPrinterPageSizing Enumeration |
Defines the page sizings for printing.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public enum PdfPrinterPageSizing
Public Enumeration PdfPrinterPageSizing
Members
| Member name | Value | Description |
---|
| Fit | 0 |
Prints the document after fitting the content to cover the paper as much as possible.
|
| ActualSize | 1 |
Prints the document using the actual size.
|
| ShrinkOversizedPages | 2 |
Prints the document after shrinking oversized pages to fit the paper.
|
| CustomScale | 3 |
Prints the document with custom scaling.
|
See Also