NSApplicationDelegate_Extensions.PrintFiles Method

Definition

public static AppKit.NSApplicationPrintReply PrintFiles (this AppKit.INSApplicationDelegate This, AppKit.NSApplication application, string[] fileNames, Foundation.NSDictionary printSettings, bool showPrintPanels);
static member PrintFiles : AppKit.INSApplicationDelegate * AppKit.NSApplication * string[] * Foundation.NSDictionary * bool -> AppKit.NSApplicationPrintReply

Parameters

application
NSApplication
fileNames
String[]
printSettings
NSDictionary
showPrintPanels
Boolean

Returns

Applies to