Class PrinterResolution

PrinterResolution class

Represents the resolution supported by a printer.

public class PrinterResolution

Constructors

NameDescription
PrinterResolution()The default constructor.

Properties

NameDescription
X { get; set; }Gets or sets the horizontal printer resolution, in dots per inch.
Y { get; set; }Gets or sets the vertical printer resolution, in dots per inch.

See Also