TCPDF::setCellMargins( $left = '', $top = '', $right = '', $bottom = '' )
Set the internal Cell margins.
Description Description
See also See also
Parameters Parameters
- $left
-
(Optional) (float) left margin
Default value: ''
- $top
-
(Optional) (float) top margin
Default value: ''
- $right
-
(Optional) (float) right margin
Default value: ''
- $bottom
-
(Optional) (float) bottom margin
Default value: ''
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.9.000 | Introduced. |