NSPrinter Constructors

Definition

Overloads

NSPrinter()
NSPrinter(NSCoder)
NSPrinter(NSObjectFlag)
NSPrinter(IntPtr)

NSPrinter()

[Foundation.Export("init")]
public NSPrinter ();
Attributes

Applies to

NSPrinter(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPrinter (Foundation.NSCoder coder);
new AppKit.NSPrinter : Foundation.NSCoder -> AppKit.NSPrinter

Parameters

coder
NSCoder
Attributes

Applies to

NSPrinter(NSObjectFlag)

protected NSPrinter (Foundation.NSObjectFlag t);
new AppKit.NSPrinter : Foundation.NSObjectFlag -> AppKit.NSPrinter

Parameters

Applies to

NSPrinter(IntPtr)

protected internal NSPrinter (IntPtr handle);
new AppKit.NSPrinter : nativeint -> AppKit.NSPrinter

Parameters

handle
IntPtr

nativeint

Applies to