Class
Options for the PDF presentation command.
PresentationOptions
Class
Property | Type | Access | Description |
---|---|---|---|
PDFFileOptions | PDFSaveOptions | r/w | Options for creating the PDF file. |
autoAdvance | bool | r/w | If true, the presentation auto advances. (default: true) |
includeFilename | bool | r/w | If true, includes the file name for the image. (default: false) |
interval | int | r/w | The amount of time (in seconds) before auto advancing the view. Valid only when 'auto advance' is true. Range: 1 to 60. (default: 5) |
loop | bool | r/w | If true, the presentation loops after the last page. (default: false) |
magnification | MagnificationType: MagnificationType.ACTUALSIZE MagnificationType.FITPAGE |
r/w | The magnification type when viewing the image. (default: MagnificationType.ACTUALSIZE) |
presentation | bool | r/w | If true, the file type is presentation. If false, the file type is Multi-Page document. (default: false) |
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 |
r/w | The image transition type. (default: TransitionType.NONE) |
Used in:
string Application.makePDFPresentation (inputFiles: AliasArray, outputFile: File[, options: PresentationOptions])
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |