Windows Forms 2.0 Programming (Microsoft .NET Development Series)

The nucleus around which the entire .NET printing architecture revolves is the print document. It's the one that initiates the printing process, fires the print events (through the use of a print controller), holds the page and printer settings, and gathers the drawing commands for rendering to the printer or to the print preview control. You implement the actual drawing using the Graphics object, and this drawing is governed by the settings held by the print document. For more complex scenarios, you can use the printing building blocks contained within the nucleus.

Категории