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!

PrinterResolution Class

Retrieves the custom resolution supported by a printer.

Object
   PrinterResolution

[Visual Basic]
Public Class PrinterResolution
[C#]
public class PrinterResolution
[C++]
public __gc class PrinterResolution
[JScript]
public class PrinterResolution

Remarks

Use Kind to determine if the printer resolution type is Custom. If so, use X and Y to determine the printer resolution in the x- and y-directions.

Requirements

Namespace: System.Drawing.Printing

Assembly: System.Drawing.dll

See Also

PrinterResolution Members | System.Drawing.Printing Namespace | PrinterResolutionKind