margin_right property

margin_right property

Desired page right margin in points after conversion.

Definition:

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

See Also