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