6.29.110 pdf_setmatrix()Configure la matrice de transformation[ Exemples avec pdf_setmatrix ] PHP 4 >= 4.0.5, PECL
bool
pdf_setmatrix (
resource
pdfdoc
,
float
a
,
float
b
,
float
c
,
float
d
,
float
e
,
float
f
)
pdf_setmatrix
configure explicitement la matrice de transformation.
Cette fonction retourne
TRUE
en cas de
succès,
FALSE
en cas d'échec.
|