set_resolution method
set_resolution
Sets the resolution for this RasterImage
.
def set_resolution(self, dpi_x, dpi_y):
...
Parameter | Type | Description |
---|---|---|
dpi_x | float | The horizontal resolution, in dots per inch, of the RasterImage . |
dpi_y | float | The vertical resolution, in dots per inch, of the RasterImage . |
See Also
- module
aspose.cad
- class
RasterImage