-
-
Notifications
You must be signed in to change notification settings - Fork 2
Fpdf::setmargins
Fery Wardiyanto edited this page Feb 10, 2015
·
1 revision
SetMargins(<b>float</b> left, <b>float</b> top [, <b>float</b> right])
Defines the left, top and right margins. By default, they equal 1 cm. Call this method to change them.
- `left`
- Left margin.
- `top`
- Top margin.
- `right`
- Right margin. Default value is the left one.