C#で(エクスプローラーのように)PrintQueueオブジェクトのアイコンを取得する方法を教えてください。このコードですべてのプリンターのリストを取得します。
LocalPrintServer PrintServer = new LocalPrintServer();
PrintQueueCollection PrintQueuesOnLocalServer = PrintServer.GetPrintQueues(new[] { EnumeratedPrintQueueTypes.Local, EnumeratedPrintQueueTypes.Connections });
よろしくお願いします