SetDpi(Double,Double) Method
In This Topic
Changes the physical resolution of the image.
Syntax
'Declaration
Public Overloads Sub SetDpi( _
ByVal As System.Double, _
ByVal As System.Double _
)
public void SetDpi(
System.double ,
System.double
)
Parameters
- dpiX
- The horizontal resolution.
- dpiY
- The vertical resolution.
See Also