MonobjcMonobjc Documented Class Library
PDFPrintScalingMode Enumeration
NamespacesMonobjc.QuartzPDFPrintScalingMode

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.

Declaration Syntax
C#Visual BasicVisual C++
public enum PDFPrintScalingMode
Public Enumeration PDFPrintScalingMode
public enum class PDFPrintScalingMode
Members
MemberDescription
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.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)