page_width property

page_width property

The page width in points.

When set, EBookConvertOptions.page_size is automatically changed to PageSize.custom.

Definition:

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

See Also