Specifies a printer resolution.
[Visual Basic] Public Enum PrinterResolutionKind [C#] public enum PrinterResolutionKind [C++] public enum PrinterResolutionKind
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
All printers support high, medium, low, and draft resolutions, although they may generate the same output.
This enumeration is used by PrinterResolution, PrinterSettings, and PageSettings.
Member Name | Description |
---|---|
Custom | Custom resolution. |
Draft | Draft-quality resolution. |
High | High resolution. |
Low | Low resolution. |
Medium | Medium resolution. |
Namespace: System.Drawing.Printing
Assembly: System.Drawing.dll