TCPDF::SetLineWidth( $width )
Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.
Description Description
See also See also
- Line(),: Rect(), Cell(), MultiCell()
Parameters Parameters
- $width
-
(Required) (float) The width.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |