Class PrinterResolution
PrinterResolution class
Represents the resolution supported by a printer.
public class PrinterResolution
Constructors
Name | Description |
---|
PrinterResolution() | Initializes a new instance of the PrinterResolution class with default properties. |
Properties
Name | Description |
---|
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
Name | Description |
---|
override ToString() | Provides some interesting information about the PrinterResolution in String form. |
See Also