NSApplicationPrint Delegat
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public delegate AppKit.NSApplicationPrintReply NSApplicationPrint(NSApplication application, string[] fileNames, NSDictionary printSettings, bool showPrintPanels);
type NSApplicationPrint = delegate of NSApplication * string[] * NSDictionary * bool -> NSApplicationPrintReply
Parameter
- application
- NSApplication
- fileNames
- String[]
- printSettings
- NSDictionary
- showPrintPanels
- Boolean