horizontal_resolution property

horizontal_resolution property

Gets or sets the horizontal resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.

Definition:

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

See Also