NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrinterResolutionKind Enumeration

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.

Remarks

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.

Members

Member Name Description
Custom Custom resolution.
Draft Draft-quality resolution.
High High resolution.
Low Low resolution.
Medium Medium resolution.

Requirements

Namespace: System.Drawing.Printing

Assembly: System.Drawing.dll

See Also

System.Drawing.Printing Namespace | PrinterResolution