PsdImage.SetResolution

PsdImage.SetResolution method

Sets the resolution for this PsdImage.

public override 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