[]
Changes the physical resolution of the image.
public void SetDpi(double dpi)
| Type | Name | Description |
|---|---|---|
| double | dpi | The horizontal and vertical resolution. |
Changes the physical resolution of the image.
public void SetDpi(double dpiX, double dpiY)
| Type | Name | Description |
|---|---|---|
| double | dpiX | The horizontal resolution. |
| double | dpiY | The vertical resolution. |