bottom_margin_inch property

bottom_margin_inch property

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

Definition:

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

See Also