source: www/manuals/PHP_manual/function.cpdf-place-inline-image.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 3.0 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>cpdf_place_inline_image</TITLE
5><META
6NAME="GENERATOR"
7CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
8REL="HOME"
9TITLE="Manuál PHP"
10HREF="index.html"><LINK
11REL="UP"
12TITLE="ClibPDF functions"
13HREF="ref.cpdf.html"><LINK
14REL="PREVIOUS"
15TITLE="cpdf_page_init"
16HREF="function.cpdf-page-init.html"><LINK
17REL="NEXT"
18TITLE="cpdf_rect"
19HREF="function.cpdf-rect.html"><META
20HTTP-EQUIV="Content-type"
21CONTENT="text/html; charset=ISO-8859-2"></HEAD
22><BODY
23CLASS="refentry"
24BGCOLOR="#FFFFFF"
25TEXT="#000000"
26LINK="#0000FF"
27VLINK="#840084"
28ALINK="#0000FF"
29><DIV
30CLASS="NAVHEADER"
31><TABLE
32SUMMARY="Header navigation table"
33WIDTH="100%"
34BORDER="0"
35CELLPADDING="0"
36CELLSPACING="0"
37><TR
38><TH
39COLSPAN="3"
40ALIGN="center"
41>Manuál PHP</TH
42></TR
43><TR
44><TD
45WIDTH="10%"
46ALIGN="left"
47VALIGN="bottom"
48><A
49HREF="function.cpdf-page-init.html"
50ACCESSKEY="P"
51>Pøedcházející</A
52></TD
53><TD
54WIDTH="80%"
55ALIGN="center"
56VALIGN="bottom"
57></TD
58><TD
59WIDTH="10%"
60ALIGN="right"
61VALIGN="bottom"
62><A
63HREF="function.cpdf-rect.html"
64ACCESSKEY="N"
65>Dal¹í</A
66></TD
67></TR
68></TABLE
69><HR
70ALIGN="LEFT"
71WIDTH="100%"></DIV
72><H1
73><A
74NAME="function.cpdf-place-inline-image"
75></A
76>cpdf_place_inline_image</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN11583"
81></A
82><P
83> (PHP 3&#62;= 3.0.9, PHP 4 )</P
84>cpdf_place_inline_image&nbsp;--&nbsp;Places an image on the page</DIV
85><DIV
86CLASS="refsect1"
87><A
88NAME="AEN11586"
89></A
90><H2
91>Description</H2
92>void <B
93CLASS="methodname"
94>cpdf_place_inline_image</B
95> ( int pdf document, int image, float x-coor, float y-coor, float angle, float width, float height [, int mode])<BR
96></BR
97><P
98>&#13; The <B
99CLASS="function"
100>cpdf_place_inline_image()</B
101> function places
102 an image created with the php image functions on the page at
103 position (<TT
104CLASS="parameter"
105><I
106>x-coor</I
107></TT
108>,
109 <TT
110CLASS="parameter"
111><I
112>y-coor</I
113></TT
114>). The image can be scaled at the
115 same time.
116 </P
117><P
118>&#13; The optional parameter <TT
119CLASS="parameter"
120><I
121>mode</I
122></TT
123> determines the
124 unit length. If it's 0 or omitted the default unit as specified
125 for the page is used. Otherwise the coordinates are measured in
126 postscript points disregarding the current unit.
127 </P
128><P
129>&#13; See also <A
130HREF="function.cpdf-import-jpeg.html"
131><B
132CLASS="function"
133>cpdf_import_jpeg()</B
134></A
135>.
136 </P
137></DIV
138><DIV
139CLASS="NAVFOOTER"
140><HR
141ALIGN="LEFT"
142WIDTH="100%"><TABLE
143SUMMARY="Footer navigation table"
144WIDTH="100%"
145BORDER="0"
146CELLPADDING="0"
147CELLSPACING="0"
148><TR
149><TD
150WIDTH="33%"
151ALIGN="left"
152VALIGN="top"
153><A
154HREF="function.cpdf-page-init.html"
155ACCESSKEY="P"
156>Pøedcházející</A
157></TD
158><TD
159WIDTH="34%"
160ALIGN="center"
161VALIGN="top"
162><A
163HREF="index.html"
164ACCESSKEY="H"
165>Domù</A
166></TD
167><TD
168WIDTH="33%"
169ALIGN="right"
170VALIGN="top"
171><A
172HREF="function.cpdf-rect.html"
173ACCESSKEY="N"
174>Dal¹í</A
175></TD
176></TR
177><TR
178><TD
179WIDTH="33%"
180ALIGN="left"
181VALIGN="top"
182>cpdf_page_init</TD
183><TD
184WIDTH="34%"
185ALIGN="center"
186VALIGN="top"
187><A
188HREF="ref.cpdf.html"
189ACCESSKEY="U"
190>Nahoru</A
191></TD
192><TD
193WIDTH="33%"
194ALIGN="right"
195VALIGN="top"
196>cpdf_rect</TD
197></TR
198></TABLE
199></DIV
200></BODY
201></HTML
202>
Note: See TracBrowser for help on using the repository browser.