PresentationOptions

Options for the PDF presentation command.

Constants/Events

Name

Type

Access

Description

PDFFileOptions

PDFSaveOptions

readonly

Options for creating the PDF file.

autoAdvance

Boolean

readonly

If true, the presentation auto advances.

includeFilename

Boolean

readonly

If true, includes the file name for the image.

interval

Int (range 1 - 60)

readonly

The amount of time (in seconds) before auto advancing the view. Valid only when 'auto advance' is true. Range: 1 to 60.

loop

Boolean

readonly

If true, the presentation loops after the last page.

magnification

MagnificationType

MagnificationType.ACTUALSIZE

MagnificationType.FITPAGE

readonly

The magnification type when viewing the image.

presentation

Boolean

readonly

If true, the file type is presentation. If false, the file type is Multi-Page document.

transition

TransitionType

TransitionType.BLINDSHORIZONTAL

TransitionType.BLINDSVERTICAL

TransitionType.DISSOLVE

TransitionType.BOXIN

TransitionType.BOXOUT

TransitionType.GLITTERDOWN

TransitionType.GLITTERRIGHT

TransitionType.GLITTERRIGHTDOWN

TransitionType.NONE

TransitionType.RANDOM

TransitionType.SPLITHORIZONTALIN

TransitionType.SPLITHORIZONTALOUT

TransitionType.SPLITVERTICALIN

TransitionType.SPLITVERTICALOUT

TransitionType.WIPEDOWN

TransitionType.WIPELEFT

TransitionType.WIPERIGHT

TransitionType.WIPEUP

readonly

The image transition type.