Returns a System.Drawing.Graphics that contains printer information that is useful when creating a System.Drawing.Printing.PrintDocument.
A System.Drawing.Graphics that contains information from a printer.
With the PrinterSettings.CreateMeasurementGraphics method, you can obtain a System.Drawing.Graphics for the printer without creating a print job. You can use the System.Drawing.Graphics to make decisions on how to layout visual elements like fonts, sizes, and type styles of a complex print job.