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
- 属性