left_margin property

left_margin property

Sets the left margin of a page when converting to PDF.

Remarks

If the parameter is less than 0, then the default value is used. For details, see the documentation.

Definition:

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

See Also