Adobe Photoshop CS5 Object Library JS: GalleryOptions
From Photoshop CS5
Class
GalleryOptions
Deprecated for Adobe Photoshop CS3, the make photo gallery method has moved to Bridge.Class
| Property | Type | Access | Description |
|---|---|---|---|
| addSizeAttributes | bool | r/w | Add width and height attributes for images. (default: true) |
| bannerOptions | GalleryBannerOptions | r/w | Options related to banner settings. |
| customColorOptions | GalleryCustomColorOptions | r/w | Options related to custom color settings. |
| emailAddress | string | r/w | The email address to show on the web page. (default: ) |
| imagesOptions | GalleryImagesOptions | r/w | Options related to images settings. |
| includeSubFolders | bool | r/w | Include all files found in sub folders of the input folder. (default: true) |
| layoutStyle | string | r/w | The style to use for laying out the web page. (default: Centered Frame 1 - Basic) |
| preserveAllMetadata | bool | r/w | Save all of the metadata in the JPEG files. (default: false) |
| securityOptions | GallerySecurityOptions | r/w | Options related to security settings. |
| thumbnailOptions | GalleryThumbnailOptions | r/w | Options related to thumbnail settings. |
| useShortExtension | bool | r/w | Short web page extension .htm or long web page extension .html. (default: true) |
| useUTF8Encoding | bool | r/w | Web page should use UTF-8 encoding. (default: false) |
Used in:
string Application.makePhotoGallery (inputFolder: any, outputFolder: File[, options: GalleryOptions])
| Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |