How to print true black barcode?

Hi,
I have a problem. Barcode printing on plastic card from program develloped with Visual Studio 2003 usingPrintDocument component or Crystal Reports for .NET goes wrong - barcode prints "in composite black using YCM colors" instead of printing "in true black using only K color". Without problems I can do the same job from Delphi 4 QuickReports or from MS Access 2003 Report.
Please help me with any ideasSad

Thank you,
Juozas Kimtys

[536 byte] By [JuozasKimtys] at [2007-12-16]
# 1
Typically this is a feature of the printer...you should be able to go to the printer setup and tell the printer to print true black versus composite...some of the card printing programs i have run accros will also let you do the card design and set this up on a field by field basis!
DMan1 at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2
Hi,
Thank you for the answer. It is good idea to look to printer settings, but there is no user accessible settings for my two different card printers from different manufacturers that helps to achieve result. One of my ideas was to programatically access winspool driver TTOption, but unfortuneately this option seems is read only (for my printers - in position: "send True Type fonts as bitmaps"). It is definitely clear - program, made with Visual Studio .NET 2003, sends to printer driver something different in case of text formated with barcode font (True Type), than in case of text, formated with text font, for example, Arial. I believe that it is due high flexibility of .NET Windows Forms GUI. Only question, I think, - how to set right properties of brushes,transparency, opacity, contrast and so on. Sad
Juozas Kimtys.
JuozasKimtys at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...