Class PrinterResolution

PrinterResolution class

Represents the resolution supported by a printer.

public class PrinterResolution

Constructors

NameDescription
PrinterResolution()Initializes a new instance of the PrinterResolution class with default properties.

Properties

NameDescription
Kind { get; set; }Gets a value indicating the kind of printer resolution.
X { get; set; }Gets the printer resolution in the horizontal direction, in dots per inch.
Y { get; set; }Gets the printer resolution in the vertical direction, in dots per inch.

Methods

NameDescription
override ToString()Provides some interesting information about the PrinterResolution in String form.

See Also