[]
Initializes a new instance of PrinterResolution with a Custom kind.
public PrinterResolution()
Initializes a new instance of PrinterResolution with the specified kind and resolution values.
public PrinterResolution(PrinterResolutionKind kind, int x, int y)
| Type | Name | Description |
|---|---|---|
| PrinterResolutionKind | kind | The printer resolution kind. |
| int | x | The horizontal resolution in dots per inch. |
| int | y | The vertical resolution in dots per inch. |