Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 113
GalleryOptions
Options for a Web photo gallery, created with Application.makePhotoGallery().
Tip: You can preserve default values for many of these properties by choosing File > Automate > Web
Photo Gallery, and then choosing Preserve all metadata in the Options area of the Web Photo
Gallery dialog.
Properties
Property Value type What it is
addSizeAttributes
boolean
Read-write. True to add width and
height attributes for images (default:
true).
bannerOptions
GalleryBannerOptions
Read-write. The options related to
banner settings.
customColorOptions
GalleryCustomColorOptions
Read-write. The options related to
custom color settings.
emailAddress
string
Read-write. The email address to show
on the web page.
imagesOptions
GalleryImagesOptions
Read-write. The options related to
images settings.
includeSubFolders
boolean
Read-write. True to include all files
found in sub folders of the input
folder (default:
true).
layoutStyle
string
Read-write. The style to use for laying
out the web page (default:
Centered
Frame 1 - Basic
).
preserveAllMetadata
boolean
Read-write. True to save metadata
(default:
false).
securityOptions
GallerySecurityOptions
Read-write. The options related to
security settings.
thumbnailOptions
GalleryThumbnailOptions
Read-write. The options related to
thumbnail image settings.
typename
string
Read-only. The class name of the
referenced
galleryOptions object.
useShortExtension
boolean
Read-write. True to use the short web
page extension
.htm. If false, use the
web page extension
.html (default:
true).
useUTF8Encoding
boolean
Read-write. True to use UTF-8
encoding for the web page (default:
false).