Share via


PdfView.Print Method

Definition

Overloads

Print(NSPrintInfo, Boolean)

[Foundation.Export("printWithInfo:autoRotate:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Print(AppKit.NSPrintInfo printInfo, bool doRotate);
[<Foundation.Export("printWithInfo:autoRotate:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.Print : AppKit.NSPrintInfo * bool -> unit

Parameters

printInfo
NSPrintInfo
doRotate
Boolean
Attributes

Applies to

Print(NSPrintInfo, Boolean, PdfPrintScalingMode)

[Foundation.Export("printWithInfo:autoRotate:pageScaling:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Print(AppKit.NSPrintInfo printInfo, bool doRotate, PdfKit.PdfPrintScalingMode scaleMode);
[<Foundation.Export("printWithInfo:autoRotate:pageScaling:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.Print : AppKit.NSPrintInfo * bool * PdfKit.PdfPrintScalingMode -> unit

Parameters

printInfo
NSPrintInfo
doRotate
Boolean
Attributes

Applies to