Adobe Photoshop CS5 Object Library JS: ContactSheetOptions

Photoshop CS5

Class

ContactSheetOptions

 Options that can be specified for a contact sheet.

Class

PropertyTypeAccessDescription
acrossFirstbool r/wIf true, places the images horizontally first. (default: true)
bestFitbool r/wIf true, rotates images for best fit. (default: false)
captionbool r/wIf true, uses the filename as a caption for the image. (default: true)
columnCountint r/wThe number of contact sheet columns. (default: 5)
flattenbool r/wIf true, flattens all layers in the final document. (default: true)
fontGalleryFontType:
GalleryFontType.ARIAL
GalleryFontType.COURIERNEW
GalleryFontType.HELVETICA
GalleryFontType.TIMESNEWROMAN
r/wThe font used for the caption. (default: GalleryFontType.ARIAL)
fontSizeint r/wThe caption font size. (default: 12)
heightint r/wThe height (in pixels) of the resulting document. Range: 100 to 2900. (default: 720)
horizontalint r/wThe horizontal spacing (in pixels) between images. Range: 0 to 29000. (default: 1)
modeNewDocumentMode:
NewDocumentMode.GRAYSCALE
NewDocumentMode.RGB
NewDocumentMode.CMYK
NewDocumentMode.LAB
NewDocumentMode.BITMAP
r/wThe document color mode. (default: NewDocumentMode.RGB)
resolutionnumber r/wThe resolution of the document (in pixels per inch). Range: 35 to 1200. (default: 72.0)
rowCountint r/wThe number of contact sheet rows. (default: 6)
useAutoSpacingbool r/wIf true, auto spaces the images in the contact sheet. (default: true)
verticalint r/wThe vertical spacing (in pixels) between images. Range: 0 to 29000. (default: 1)
widthint r/wThe width (in pixels) of the resulting document. Range: 100 to 2900. (default: 576)

Used in:

string Application.makeContactSheet (inputFiles: AliasArray[, options: ContactSheetOptions])

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