[Mono-list] Linux Printers

Andreia Gaita shana.ufie at gmail.com
Fri May 2 18:22:23 EDT 2008


On 5/2/08, Steve Harp <steve at abelscreening.com> wrote:
> Hi All,
>
> How do I get list of available printers on a Linux machine?  I'm using
> C#/Mono and trying to populate a ComboBox with printers available on the
> computer.

One way is to use
System.Drawing.Printing.PrinterSettings.InstalledPrinters , which
returns a string collection of all detected printers.

andreia gaita


More information about the Mono-list mailing list