Generic Printer class
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I'm creating a simple program that prints reports. So far i do understand the graphics the print classes and print previews provided by C# but everything is so low level and it would be time consuming for me to construct a generic class that would do automatic page numbering with headers and footers and line spacing and tables(rectangles) and changing of fonts and sizes and colors of text and images and etc.. Can you direct me to a ready made class that I could make use of?