7
私が使用するプリンターのリストを取得するには:WPFを使用してデフォルトのプリンタを特定する方法は?
new LocalPrintServer().GetPrintQueues(new[] { EnumeratedPrintQueueTypes.Local, EnumeratedPrintQueueTypes.Connections })
プリンターのどれがデフォルトプリンターですか?
注:System.Printing.dll
アセンブリが使用されています。