PdfView.Print Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Print(NSPrintInfo, Boolean) | |
Print(NSPrintInfo, Boolean, PdfPrintScalingMode) |
Print(NSPrintInfo, Boolean)
[Foundation.Export("printWithInfo:autoRotate:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Print (AppKit.NSPrintInfo printInfo, bool doRotate);
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.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Print (AppKit.NSPrintInfo printInfo, bool doRotate, PdfKit.PdfPrintScalingMode scaleMode);
override this.Print : AppKit.NSPrintInfo * bool * PdfKit.PdfPrintScalingMode -> unit
Parameters
- printInfo
- NSPrintInfo
- doRotate
- Boolean
- scaleMode
- PdfPrintScalingMode
- Attributes