cpdf_set_page_animation -- Sets duration between pages
Syntax
bool cpdf_set_page_animation ( int pdf_document, int transition, float duration, float direction, int orientation, int inout )
The cpdf_set_page_animation() function set the
transition between following pages. Returns TRUE on success or FALSE on failure.
The value of transition
can be
0 for none,
1 for two lines sweeping across the screen reveal the page,
2 for multiple lines sweeping across the screen reveal the page,
3 for a box reveals the page,
4 for a single line sweeping across the screen reveals the page,
5 for the old page dissolves to reveal the page,
6 for the dissolve effect moves from one screen edge to another,
7 for the old page is simply replaced by the new page (default)
The value of duration is the number of seconds
between page flipping.
Php cpdf set page animation Function syntax tag
cpdf set page animation php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php cpdf set page animation syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.