NSDocument.PrintDocument Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- sender
- NSObject
- Attribute
Gilt für:
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
Parameter
- printSettings
- NSDictionary
- showPrintPanel
- Boolean
- delegateObject
- NSObject
- didPrintSelector
- Selector
- contextInfo
-
IntPtr
nativeint
- Attribute