Click here to Skip to main content
15,910,877 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello,

I want to print report(crystal report) from dot matrix printer(for exp oki microline 5520). I can print, but it is very slowly and very noisy. I want to print for text format. What can i do?

I think ,i use visual studio in c#. i can write code for print configuration.
But, I do not know how to do, so i do not know codes. Can u help me?

Thanks.


EDIT:

Change Tags to c#
Posted
Updated 18-Jan-10 21:48pm
v2

1 solution

The code for printing does not change by type of printer. If there's nothing in the print configuration classes provided by C# that help you set up your printer as you'd like, you're probably stuck. Dot matrix is such an out dated technology, that there's no reason to think that C# would add anything especially to support it. If it's possible to communicate with the printer to change it's settings, odds are you'll use a third party library to do it ( if you've looked at the PrintSettings class already and found nothing )
 
Share this answer
 
Comments
Member 13868366 30-Jun-18 12:08pm    
And what are the libraries could you name some of them
????

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900