TCPDF::SetLeftMargin( $margin )
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.
Description Description
See also See also
- SetTopMargin(),: SetRightMargin(), SetAutoPageBreak(), SetMargins()
Parameters Parameters
- $margin
-
(Required) (float) The margin.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
1.4 | Introduced. |