NSApplicationDelegate.PrintFiles Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("application:printFiles:withSettings:showPrintPanels:")]
public virtual AppKit.NSApplicationPrintReply PrintFiles (AppKit.NSApplication application, string[] fileNames, Foundation.NSDictionary printSettings, bool showPrintPanels);
abstract member PrintFiles : AppKit.NSApplication * string[] * Foundation.NSDictionary * bool -> AppKit.NSApplicationPrintReply
override this.PrintFiles : AppKit.NSApplication * string[] * Foundation.NSDictionary * bool -> AppKit.NSApplicationPrintReply
Parameters
- application
- NSApplication
- fileNames
- String[]
- printSettings
- NSDictionary
- showPrintPanels
- Boolean
Returns
- Attributes