footer_margin_inch property

Represents the distance from the bottom of the page to the footer, in unit of inches.

Definition:

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

See Also