All printers support high, medium, low, and draft resolutions, although they can generate the same output.
This enumeration is used by the System.Drawing.Printing.PrinterResolution, System.Drawing.Printing.PrinterSettings, and System.Drawing.Printing.PageSettings classes.
For more information on printing, see the System.Drawing.Printing namespace overview.
Member Name | Description |
---|---|
Custom |
Custom resolution. |
Draft |
Draft-quality resolution. |
High |
High resolution. |
Low |
Low resolution. |
Medium |
Medium resolution. |