Name
page:SetSlideShow -- set page transition mode
Synopsis
status = page:SetSlideShow(type, disptime, transtime)
Function
page:SetSlideShow() configures the setting for slide transition of the page. The disptime specifies the display duration of the page in seconds whereas the transtime parameter must be set to the duration of the transition effect in seconds.

The type parameter configures the actual effect and can be one of the following values:

 
#HPDF_TS_WIPE_RIGHT
#HPDF_TS_WIPE_UP
#HPDF_TS_WIPE_LEFT
#HPDF_TS_WIPE_DOWN
#HPDF_TS_BARN_DOORS_HORIZONTAL_OUT
#HPDF_TS_BARN_DOORS_HORIZONTAL_IN
#HPDF_TS_BARN_DOORS_VERTICAL_OUT
#HPDF_TS_BARN_DOORS_VERTICAL_IN
#HPDF_TS_BOX_OUT
#HPDF_TS_BOX_IN
#HPDF_TS_BLINDS_HORIZONTAL
#HPDF_TS_BLINDS_VERTICAL
#HPDF_TS_DISSOLVE
#HPDF_TS_GLITTER_RIGHT
#HPDF_TS_GLITTER_DOWN
#HPDF_TS_GLITTER_TOP_LEFT_TO_BOTTOM_RIGHT
#HPDF_TS_REPLACE

Inputs
type
the transition style (see above for possible values)
disptime
the display duration of the page (in seconds)
transtime
the duration of the transition effect (in seconds)
Results
status
status code

Show TOC