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()

Top ↑

Parameters Parameters

$width

(Required) (float) The width.


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.