vertical_resolution property
vertical_resolution property
Sets or gets vertical 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 vertical_resolution(self):
...
@vertical_resolution.setter
def vertical_resolution(self, value):
...
See Also
- module
aspose.svg.saving
- class
ImageSaveOptions
- class
Resolution