I\'m writing WPF application which needs to display list of available Printers and corresponding trays.
I can able to get list of available printers by loop through
using System.Printing ...... var printers = new LocalPrintServer().GetPrintQueues().Select(v => v.Name);