RasterImage.SetResolution

RasterImage.SetResolution method

Sets the resolution for this RasterImage.

public virtual void SetResolution(double dpiX, double dpiY)
ParameterTypeDescription
dpiXDoubleThe horizontal resolution, in dots per inch, of the RasterImage.
dpiYDoubleThe vertical resolution, in dots per inch, of the RasterImage.

See Also