set_left_margin.md

April 14, 2015 ยท View on GitHub

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.

Contents

  1. 1set_left_margin
  2. 1.1Description
  3. 1.2Parameters
  4. 1.3See also