function pdf scale

PDF_scalePHP ManualPrevNextPDF_scalePDF_scale -- Sets scalingDescriptionvoid pdf_scale(int pdf document, double x-scale, double y-scale); The PDF_scale() function sets the scaling factor in both directions. The following example scales x and y direction by 72. The following line will therefore be drawn one inch in both directions. Example 1. Scaling 1  2 <?php PDF_scale($pdf, 72.0, 72.0); 3 PDF_lineto($pdf, 1, 1); 4 PDF_stroke($pdf); 5 ?> 6 PrevHomeNextPDF_translateUpPDF_rotate
Wyszukiwarka

Podobne podstrony:
function pdf scale
function pdf execute image
function pdf set horiz scaling
function pdf rect
function pdf stroke
function pdf close
function pdf set info subject
function pdf arcn
function pdf open gif
function pdf setrgbcolor
function pdf get value
function pdf setrgbcolor fill
function pdf setcolor
function pdf set info title
function pdf open image file

więcej podobnych podstron