vertical_resolution property

vertical_resolution property

The 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