right property

right property

The desired page right margin in points.

Definition:

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

See Also