SetDPI
Sets the resolution of the resulting image in dots per inch.
C++
HRESULT SetDPI([in, defaultvalue(96)] int dpi);
Visual Basic
Public Function SetDPI (
dpi As Integer
) As Long
Parameters
dpi
|
[in] the resolution of the resulting image in dots per inch
|
Return value
None
|