PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

cpdf_set_subject> <cpdf_set_leading
Last updated: Sun, 25 Nov 2007

view this page in

cpdf_set_page_animation

(PHP 4, PHP 5 <= 5.0.5)

cpdf_set_page_animation — Sets duration between pages

설명

bool cpdf_set_page_animation ( int $pdf_document , int $transition , float $duration , float $direction , int $orientation , int $inout )

Sets the transition between following pages.

매개변수

pdf_document

cpdf_open()이 반환한 문서 핸들.

transition

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)

duration

The value of duration is the number of seconds between page flipping.

direction

orientation

inout

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.



add a note add a note User Contributed Notes
cpdf_set_page_animation
There are no user contributed notes for this page.

cpdf_set_subject> <cpdf_set_leading
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites