Printing to a fast dot-matrix printer

I am developing a program in C# that will be used with a high speed dot-matrix printer. In the Visual Studio 2005 version of C#, can I enumerate the printer's fonts and choose one of them so the printer isn't printing in graphics mode (i.e. very slow)

Thanks for any help.

 

 

 



Answer this question

Printing to a fast dot-matrix printer

  • ajakeman

    try the ClassicReports for .NET controls i posted at Gotdotnet's CodeGallery.

  • Printing to a fast dot-matrix printer