left_margin property

left_margin property

The left margin of a page (default is 5 points).

For details, see the documentation.

Definition:

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

See Also