Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 162
PresentationOptions
Options for Adobe PDF presentations created using Application.makePDFPresentation().
Properties
Property Value type What it is
autoAdvance
boolean
Read-write. True to auto advance images when when
viewing the presentation (default:
true).
Valid only when presentation
= true.
includeFilename
boolean
Read-write. True to include the file name for the image
(default:
false).
interval
number [1..60]
Read-write. The time in seconds before the view is auto
advanced (default:
5).
Valid only when autoAdvance
= true.
loop
boolean
Read-write. True to begin the presentation again after
the last page (default:
false).
Valid only when autoAdvance
= true.
magnification
MagnificationType
Read-write. The magnification type to use when viewing
the image.
PDFFileOptions
PDFSaveOptions
Read-write. Options to use when creating the PDF file.
presentation
boolean
Read-write. True if the output will be a presentation
(default:
false); when false, the output is a Multi-Page
document.
transition
TransitionType
Read-write. The method for transition from one image to
the next (default:
TransitionType.NONE).
Valid only when autoAdvance
= true. .
typename
string
Read-only. The class name of the referenced
PresentationOptions object.