class FPDF_TPL extends FPDF {
array getTemplateSize ( integer $tplidx[, float $w[, float $h]] )
}
Calculates the height or width of a template.
A valid id of template returned from beginTemplate() or endTemplate()
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.