Share via


NSPrintOperation.PdfFromView Method

Definition

Overloads

PdfFromView(NSView, CGRect, NSMutableData)

[Foundation.Export("PDFOperationWithView:insideRect:toData:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSPrintOperation PdfFromView(AppKit.NSView view, CoreGraphics.CGRect rect, Foundation.NSMutableData data);
[<Foundation.Export("PDFOperationWithView:insideRect:toData:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PdfFromView : AppKit.NSView * CoreGraphics.CGRect * Foundation.NSMutableData -> AppKit.NSPrintOperation

Parameters

view
NSView
rect
CGRect

Returns

Attributes

Applies to

PdfFromView(NSView, CGRect, NSMutableData, NSPrintInfo)

[Foundation.Export("PDFOperationWithView:insideRect:toData:printInfo:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSPrintOperation PdfFromView(AppKit.NSView view, CoreGraphics.CGRect rect, Foundation.NSMutableData data, AppKit.NSPrintInfo printInfo);
[<Foundation.Export("PDFOperationWithView:insideRect:toData:printInfo:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PdfFromView : AppKit.NSView * CoreGraphics.CGRect * Foundation.NSMutableData * AppKit.NSPrintInfo -> AppKit.NSPrintOperation

Parameters

view
NSView
rect
CGRect
printInfo
NSPrintInfo

Returns

Attributes

Applies to

PdfFromView(NSView, CGRect, String, NSPrintInfo)

[Foundation.Export("PDFOperationWithView:insideRect:toPath:printInfo:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSPrintOperation PdfFromView(AppKit.NSView view, CoreGraphics.CGRect rect, string path, AppKit.NSPrintInfo printInfo);
[<Foundation.Export("PDFOperationWithView:insideRect:toPath:printInfo:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PdfFromView : AppKit.NSView * CoreGraphics.CGRect * string * AppKit.NSPrintInfo -> AppKit.NSPrintOperation

Parameters

view
NSView
rect
CGRect
path
String
printInfo
NSPrintInfo

Returns

Attributes

Applies to