Adobe Photoshop CS5 Object Library JS: PresentationOptions

Photoshop CS5

Class

PresentationOptions

 Options for the PDF presentation command.

Class

PropertyTypeAccessDescription
PDFFileOptionsPDFSaveOptions r/wOptions for creating the PDF file.
autoAdvancebool r/wIf true, the presentation auto advances. (default: true)
includeFilenamebool r/wIf true, includes the file name for the image. (default: false)
intervalint r/wThe amount of time (in seconds) before auto advancing the view. Valid only when 'auto advance' is true. Range: 1 to 60. (default: 5)
loopbool r/wIf true, the presentation loops after the last page. (default: false)
magnificationMagnificationType:
MagnificationType.ACTUALSIZE
MagnificationType.FITPAGE
r/wThe magnification type when viewing the image. (default: MagnificationType.ACTUALSIZE)
presentationbool r/wIf true, the file type is presentation. If false, the file type is Multi-Page document. (default: false)
transitionTransitionType:
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
r/wThe image transition type. (default: TransitionType.NONE)

Used in:

string Application.makePDFPresentation (inputFiles: AliasArray, outputFile: File[, options: PresentationOptions])

Jongware, 28-Aug-2012 v3.0.3iContents :: Index