bottom property

bottom property

The desired page bottom margin in points.

Definition:

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

See Also