NSPrintInfo Constructors
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
NSPrintInfo() | |
NSPrintInfo(NSCoder) | |
NSPrintInfo(NSDictionary) | |
NSPrintInfo(NSObjectFlag) | |
NSPrintInfo(IntPtr) |
NSPrintInfo()
NSPrintInfo(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPrintInfo (Foundation.NSCoder coder);
new AppKit.NSPrintInfo : Foundation.NSCoder -> AppKit.NSPrintInfo
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSPrintInfo(NSDictionary)
[Foundation.Export("initWithDictionary:")]
[ObjCRuntime.DesignatedInitializer]
public NSPrintInfo (Foundation.NSDictionary attributes);
new AppKit.NSPrintInfo : Foundation.NSDictionary -> AppKit.NSPrintInfo
Parameters
- attributes
- NSDictionary
- Attributes
Applies to
NSPrintInfo(NSObjectFlag)
protected NSPrintInfo (Foundation.NSObjectFlag t);
new AppKit.NSPrintInfo : Foundation.NSObjectFlag -> AppKit.NSPrintInfo
Parameters
Applies to
NSPrintInfo(IntPtr)
protected internal NSPrintInfo (IntPtr handle);
new AppKit.NSPrintInfo : nativeint -> AppKit.NSPrintInfo
Parameters
- handle
-
IntPtr
nativeint