width property

width property

The desired page width after conversion, in device‑independent pixels of 1/96 inch each.

Leave it at 0 to let the target keep the page width it derives on its own.

Definition:

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

See Also