horizontal_resolution property

horizontal_resolution property

The desired image horizontal resolution after conversion; defaults to the input file’s resolution or 96 dpi.

Definition:

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

See Also