[]
Represents the resolution supported by a printer, expressed in dots per inch.
public class PrinterResolution
| Name | Description |
|---|---|
| PrinterResolution() | Initializes a new instance of PrinterResolution with a Custom kind. |
| PrinterResolution(PrinterResolutionKind, int, int) | Initializes a new instance of PrinterResolution with the specified kind and resolution values. |
| Name | Description |
|---|---|
| Kind | Gets or sets the resolution of the printer. |
| X | Gets the horizontal resolution of the printer in dots per inch. |
| Y | Gets the vertical resolution of the printer in dots per inch. |
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current PrinterResolution. |