dpi_x property

dpi_x property

Specifies the horizontal resolution in dots per inch. Read/write int.

Definition:

@property
def dpi_x(self):
    ...

@dpi_x.setter
def dpi_x(self, value):
    ...

See Also