dpi property

dpi property

Gets or sets a dpi.

Definition:

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

See Also