Tagged Questions

1
vote
1answer
59 views

Multipage image printing

I'm trying to force printing long images on several pages. What would be the best way to achieve this using HTML and / or CSS ? Thanks
1
vote
1answer
776 views

Problem printing multipages ListView in C#. Can't figure it out

I am having an issue printing listView items. the problem I think is at private void PrintPageDetail(PrintPageEventArgs e) So this is what's going on: it prints whatever fits on one page over and ...