right_margin property

right_margin property

The right margin of a page when converting to PDF.

If the value is less than 0, the default margin is used. For details, see the documentation.

Definition:

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

See Also