horizontal_resolution property
horizontal_resolution property
Sets or gets horizontal resolution for output and internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
Definition:
@property
def horizontal_resolution(self):
    ...
@horizontal_resolution.setter
def horizontal_resolution(self, value):
    ...
See Also
- module aspose.html.rendering.image
- class ImageRenderingOptions
- class Resolution