TCPDF::setHeaderData( $ln = '',  $lw,  $ht = '',  $hs = '',  $tc = array(0, 0, 0),  $lc = array(0, 0, 0) )

Set header data.


Description Description


Parameters Parameters

$ln

(Optional) (string) header image logo

Default value: ''

$lw

(Required) (string) header image logo width in mm

$ht

(Optional) (string) string to print as title on document header

Default value: ''

$hs

(Optional) (string) string to print on document header

Default value: ''

$tc

(Optional) (array) RGB array color for text.

Default value: array(0, 0, 0)

$lc

(Optional) (array) RGB array color for line.

Default value: array(0, 0, 0)


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

User Contributed Notes User Contributed Notes

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