Print Icons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Ive designed a page to print out and i had two icons on the page a tick and cross. These show up perfectly on the preview but when i print they dont print out. Any ideas why this is happening or how i can rectify the fault

Regard

JP
 
OK. I am confused.
How are you printing it out? Crystal Reports? Manually printing trapping
events in .NET?

Seems that since you must take complete control form printing in .NET that
it would just be matter of your drawing the icon to the right graphics
object associated with printing....????

Please elaborate.

Shane

James Proctor said:
Hi,

Ive designed a page to print out and i had two icons on the page a tick
and cross. These show up perfectly on the preview but when i print they dont
print out. Any ideas why this is happening or how i can rectify the fault.
 
I dont use crystal reports, i use the print document and then code like
this.

e.graphics.DrawIcon(TickImg, 457, 487)

As i say it shows up perfectly on the preview but when i go to print
nowthing shows up at all.

Regards

JP
 
Strange...

I actually have very little print exp. with .NET, but that seems to me that
it would work.
Assuming there is something in TickImg....which there must be if you are
previewing it.

I know that maybe you could print the icon behind something and it not show
up, but that should have shown on preview also.

I don't know James.

Sorry,

Shane
 
Back
Top