NSDocument.RunModalPageLayout(NSPrintInfo, NSObject, Selector, IntPtr) Method

Definition

[Foundation.Export("runModalPageLayoutWithPrintInfo:delegate:didRunSelector:contextInfo:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RunModalPageLayout(AppKit.NSPrintInfo printInfo, Foundation.NSObject? delegateObject, ObjCRuntime.Selector? didRunSelector, IntPtr contextInfo);
[<Foundation.Export("runModalPageLayoutWithPrintInfo:delegate:didRunSelector:contextInfo:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RunModalPageLayout : AppKit.NSPrintInfo * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
override this.RunModalPageLayout : AppKit.NSPrintInfo * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit

Parameters

printInfo
NSPrintInfo
delegateObject
NSObject
didRunSelector
Selector
contextInfo
IntPtr

nativeint

Attributes

Applies to