MonobjcMonobjc Documented Class Library
PrintWithInfoAutoRotatePageScaling Method (printInfo, doRotate, scale)
NamespacesMonobjc.QuartzPDFViewPrintWithInfoAutoRotatePageScaling(NSPrintInfo, Boolean, PDFPrintScalingMode)

Prints the document with the specified printer and page-scaling information.

Original signature is '- (void)printWithInfo:(NSPrintInfo *)printInfo autoRotate:(BOOL)doRotate pageScaling:(PDFPrintScalingMode)scale'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PrintWithInfoAutoRotatePageScaling(
	NSPrintInfo printInfo,
	bool doRotate,
	PDFPrintScalingMode scale
)
Public Overridable Sub PrintWithInfoAutoRotatePageScaling ( _
	printInfo As NSPrintInfo, _
	doRotate As Boolean, _
	scale As PDFPrintScalingMode _
)
public:
virtual void PrintWithInfoAutoRotatePageScaling(
	NSPrintInfo^ printInfo, 
	bool doRotate, 
	PDFPrintScalingMode scale
)
Parameters
printInfo (NSPrintInfo)
MISSING
doRotate (Boolean)
MISSING
scale (PDFPrintScalingMode)
MISSING
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)