vertical_resolution property

vertical_resolution property

Desired image vertical resolution after conversion. The default resolution is the resolution of the input file or 96 dpi.

Definition:

@property
def vertical_resolution(self):
    ...
@vertical_resolution.setter
def vertical_resolution(self, value):
    ...

See Also