Modes that specify how the page should be scaled when printing. See the PDFView method printWithInfo:autoRotate:pageScaling:.
Available in Mac OS X v10.5 and later.
| C# | Visual Basic | Visual C++ |
public enum PDFPrintScalingMode
Public Enumeration PDFPrintScalingMode
public enum class PDFPrintScalingMode
| Member | Description |
|---|---|
| kPDFPrintPageScaleNone | Do not apply scaling to the page when printing. Available in Mac OS X v10.5 and later. |
| kPDFPrintPageScaleToFit | Scale each page up or down to best fit the paper size. Available in Mac OS X v10.5 and later. |
| kPDFPrintPageScaleDownToFit | Scale large pages down to fit the paper size (smaller pages do not get scaled up). Available in Mac OS X v10.5 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)