ContactSheetOptions

Options that can be specified for a contact sheet.

Constants/Events

Name

Type

Access

Description

acrossFirst

Boolean

readonly

If true, places the images horizontally first.

bestFit

Boolean

readonly

If true, rotates images for best fit.

caption

Boolean

readonly

If true, uses the filename as a caption for the image.

columnCount

Int

readonly

The number of contact sheet columns.

flatten

Boolean

readonly

If true, flattens all layers in the final document.

font

GalleryFontType

GalleryFontType.ARIAL

GalleryFontType.COURIERNEW

GalleryFontType.HELVETICA

GalleryFontType.TIMESNEWROMAN

readonly

The font used for the caption.

fontSize

Int

readonly

The caption font size.

height

Int (range 100 - 2900)

readonly

The height (in pixels) of the resulting document. Range: 100 to 2900.

horizontal

Int (range 0 - 29000)

readonly

The horizontal spacing (in pixels) between images. Range: 0 to 29000.

mode

NewDocumentMode

NewDocumentMode.GRAYSCALE

NewDocumentMode.RGB

NewDocumentMode.CMYK

NewDocumentMode.LAB

NewDocumentMode.BITMAP

readonly

The document color mode.

resolution

Number (range 35 - 1200)

readonly

The resolution of the document (in pixels per inch). Range: 35 to 1200.

rowCount

Int

readonly

The number of contact sheet rows.

useAutoSpacing

Boolean

readonly

If true, auto spaces the images in the contact sheet.

vertical

Int (range 0 - 29000)

readonly

The vertical spacing (in pixels) between images. Range: 0 to 29000.

width

Int (range 100 - 2900)

readonly

The width (in pixels) of the resulting document. Range: 100 to 2900.