1
Layouts and printing / Re: Get names of all printer devices
« on: October 06, 2012, 05:53:46 PM »
Found answer:
Code: [Select]
PlotSettingsValidator plotsetvdr = PlotSettingsValidator.Current;
StringCollection m = new StringCollection();
m = plotsetvdr.GetPlotDeviceList();