xresolution property

xresolution property

Gets or sets the x resolution.

Definition:

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

See Also