TCPDF::SetRightMargin( $margin )
Defines the right margin. The method can be called before creating the first page.
Description Description
See also See also
- SetLeftMargin(),: SetTopMargin(), SetAutoPageBreak(), SetMargins()
Parameters Parameters
- $margin
-
(Required) (float) The margin.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
1.5 | Introduced. |