DicomImage.SetResolution
DicomImage.SetResolution method
Adjust the resolution of this RasterImage
with precision using this straightforward method. Ideal for developers looking to tailor image resolution to specific requirements, ensuring optimal display quality and file size management.
public override void SetResolution(double dpiX, double dpiY)
Parameter | Type | Description |
---|---|---|
dpiX | Double | The horizontal resolution, in dots per inch, of the RasterImage . |
dpiY | Double | The vertical resolution, in dots per inch, of the RasterImage . |
See Also
- class DicomImage
- namespace Aspose.Imaging.FileFormats.Dicom
- assembly Aspose.Imaging