TCPDF::setEqualColumns( $numcols,  $width,  $y = '' )

Set multiple columns of the same size


Description Description


Parameters Parameters

$numcols

(Required) (int) number of columns (set to zero to disable columns mode)

$width

(Required) (int) column width

$y

(Optional) (int) column starting Y position (leave empty for current Y position)

Default value: ''


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.9.001 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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