bottom_margin property

bottom_margin property

Sets the bottom margin of a page. The default value is 72 points.

Remarks

For details, see the documentation.

Definition:

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

See Also