An abstract class which initiates and executes a print job.
An abstract class which initiates and executes a print job. It provides access to a print graphics object which renders to an appropriate print device.
Gets a Graphics object that will draw to the next page.
Gets a Graphics object that will draw to the next page. The page is sent to the printer when the graphics object is disposed. This graphics object will also implement the PrintGraphics interface.
See Also:PrintGraphics,