NSDocument.PrintDocument 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- sender
- NSObject
- 屬性
適用於
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
參數
- printSettings
- NSDictionary
- showPrintPanel
- Boolean
- delegateObject
- NSObject
- didPrintSelector
- Selector
- contextInfo
-
IntPtr
nativeint
- 屬性