set_left_margin

fpdf.set_left_margin(margin: float)

Description

Defines the left margin. The method can be called before creating the first page. If the current abscissa goes out of the page, it is brought back to the margin.

Parameters

margin:

The margin.

See also

set_top_margin, set_right_margin, set_auto_page_break, set_margins.