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