NSDocument.PrintDocument 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
PrintDocument(NSObject) | |
PrintDocument(NSDictionary, Boolean, NSObject, Selector, IntPtr) |
PrintDocument(NSObject)
[Foundation.Export("printDocument:")]
public virtual void PrintDocument (Foundation.NSObject sender);
abstract member PrintDocument : Foundation.NSObject -> unit
override this.PrintDocument : Foundation.NSObject -> unit
Parameters
- sender
- NSObject
- Attributes
Applies to
PrintDocument(NSDictionary, Boolean, NSObject, Selector, IntPtr)
[Foundation.Export("printDocumentWithSettings:showPrintPanel:delegate:didPrintSelector:contextInfo:")]
public virtual void PrintDocument (Foundation.NSDictionary printSettings, bool showPrintPanel, Foundation.NSObject delegateObject, ObjCRuntime.Selector didPrintSelector, IntPtr contextInfo);
abstract member PrintDocument : Foundation.NSDictionary * bool * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
override this.PrintDocument : Foundation.NSDictionary * bool * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
Parameters
- printSettings
- NSDictionary
- showPrintPanel
- Boolean
- delegateObject
- NSObject
- didPrintSelector
- Selector
- contextInfo
-
IntPtr
nativeint
- Attributes