Can anybody explain the meaning of the parameters
a, b, c, d, e, f?
How can I use them?
(Details below)
Thanks.
-Sean
com.lowagie.text.pdf.PdfContentByte
public void addTemplate(PdfTemplate template,
float a,
float b,
float c,
float d,
float e,
float f)
Adds a template to this content.
Parameters:
template - the template
a - an element of the transformation matrix
b - an element of the transformation matrix
c - an element of the transformation matrix
d - an element of the transformation matrix
e - an element of the transformation matrix
f - an element of the transformation matrix
