Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 454 Bytes

SetLeftMargin.md

File metadata and controls

19 lines (12 loc) · 454 Bytes

SetLeftMargin

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 gets out of page, it is brought back to the margin.

Parameters

margin:

The margin.

See also

SetTopMargin, SetRightMargin, SetAutoPageBreak, SetMargins.