MonobjcMonobjc Documented Class Library
RunModalPageLayoutWithPrintInfoDelegateDidRunSelectorContextInfo Method (printInfo, delegate, didRunSelector, contextInfo)
NamespacesMonobjc.AppKitNSDocumentRunModalPageLayoutWithPrintInfoDelegateDidRunSelectorContextInfo(NSPrintInfo, Id, IntPtr, IntPtr)

Runs the modal page layout panel with the receiver’s printing information object

Original signature is '- (void)runModalPageLayoutWithPrintInfo:(NSPrintInfo *)printInfo delegate:(id)delegate didRunSelector:(SEL)didRunSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RunModalPageLayoutWithPrintInfoDelegateDidRunSelectorContextInfo(
	NSPrintInfo printInfo,
	Id delegate,
	IntPtr didRunSelector,
	IntPtr contextInfo
)
Public Overridable Sub RunModalPageLayoutWithPrintInfoDelegateDidRunSelectorContextInfo ( _
	printInfo As NSPrintInfo, _
	delegate As Id, _
	didRunSelector As IntPtr, _
	contextInfo As IntPtr _
)
public:
virtual void RunModalPageLayoutWithPrintInfoDelegateDidRunSelectorContextInfo(
	NSPrintInfo^ printInfo, 
	Id^ delegate, 
	IntPtr didRunSelector, 
	IntPtr contextInfo
)
Parameters
printInfo (NSPrintInfo)
The NSPrintInfo object for the page layout panel to use.
delegate (Id)
The delegate to which the selector message is sent.
didRunSelector (IntPtr)
The selector of the message sent to the delegate.
contextInfo (IntPtr)
Object passed with the callback to provide any additional context information.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)