right_margin_inch property

right_margin_inch property

Represents the size of the right margin, in unit of inches.

Definition:

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

See Also