right_margin property

right_margin property

Sets the right margin of a page. The default value is 5 points.

Remarks

For details, see the documentation.

Definition:

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

See Also