Gruff
09-10-2003, 02:51 AM
Hi, Just a quick question about printing.
I when send circles to my printer object they blot out lines arcs and other printed data. It's as though the circle is filled with white.
I set the printer.fillstyle to transparent and it still does it. anyone know what is causing this?
I am using a HP deskjet 3820 (Doubt if that makes a difference.)
Printer.Orientation = 2 'Landscape
Printer.ScaleMode = 5 'Inches
Printer.FillStyle = 1 'SetFillStyle to Transparent
Printer.DrawStyle = 0 'Solid line
Printer.DrawMode = 13 'Copy Pen
SendToPrinter Printer 'Sub that writes to the printer
Printer.NewPage
Printer.EndDoc
I when send circles to my printer object they blot out lines arcs and other printed data. It's as though the circle is filled with white.
I set the printer.fillstyle to transparent and it still does it. anyone know what is causing this?
I am using a HP deskjet 3820 (Doubt if that makes a difference.)
Printer.Orientation = 2 'Landscape
Printer.ScaleMode = 5 'Inches
Printer.FillStyle = 1 'SetFillStyle to Transparent
Printer.DrawStyle = 0 'Solid line
Printer.DrawMode = 13 'Copy Pen
SendToPrinter Printer 'Sub that writes to the printer
Printer.NewPage
Printer.EndDoc