Share via


NSView.WritePdfInsideRect(CGRect, NSPasteboard) Method

Definition

[Foundation.Export("writePDFInsideRect:toPasteboard:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WritePdfInsideRect(CoreGraphics.CGRect rect, AppKit.NSPasteboard pboard);
[<Foundation.Export("writePDFInsideRect:toPasteboard:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WritePdfInsideRect : CoreGraphics.CGRect * AppKit.NSPasteboard -> unit
override this.WritePdfInsideRect : CoreGraphics.CGRect * AppKit.NSPasteboard -> unit

Parameters

rect
CGRect
pboard
NSPasteboard
Attributes

Applies to