class FPDF_TPL extends FPDF {
array useTemplate ( integer $tplidx[, float $x[, float $y[, float $w[, float $h]]]] )
}
If an optional parameter is null, the information of the template are used.
All parameters are expressed in user unit.
If only one explicit dimension is given, the other is calculated automatically so that the original proportions are kept. For internal calculation getTemplateSize() is used.
A valid id of template returned from beginTemplate() or endTemplate()
Abscissa of the upper-left corner.
Ordinate of the upper-left corner.
Width of the template in the page. If not specified or equal to zero, it is automatically calculated.
Height of the template in the page. If not specified or equal to zero, it is automatically calculated.
Array with w(idth) and h(eight) of the template. (See getTemplateSize())