Class
Options that can be specified for a contact sheet.
ContactSheetOptions
Class
Property | Type | Access | Description |
---|---|---|---|
acrossFirst | bool | r/w | If true, places the images horizontally first. (default: true) |
bestFit | bool | r/w | If true, rotates images for best fit. (default: false) |
caption | bool | r/w | If true, uses the filename as a caption for the image. (default: true) |
columnCount | int | r/w | The number of contact sheet columns. (default: 5) |
flatten | bool | r/w | If true, flattens all layers in the final document. (default: true) |
font | GalleryFontType: GalleryFontType.ARIAL GalleryFontType.COURIERNEW GalleryFontType.HELVETICA GalleryFontType.TIMESNEWROMAN |
r/w | The font used for the caption. (default: GalleryFontType.ARIAL) |
fontSize | int | r/w | The caption font size. (default: 12) |
height | int | r/w | The height (in pixels) of the resulting document. Range: 100 to 2900. (default: 720) |
horizontal | int | r/w | The horizontal spacing (in pixels) between images. Range: 0 to 29000. (default: 1) |
mode | NewDocumentMode: NewDocumentMode.GRAYSCALE NewDocumentMode.RGB NewDocumentMode.CMYK NewDocumentMode.LAB NewDocumentMode.BITMAP |
r/w | The document color mode. (default: NewDocumentMode.RGB) |
resolution | number | r/w | The resolution of the document (in pixels per inch). Range: 35 to 1200. (default: 72.0) |
rowCount | int | r/w | The number of contact sheet rows. (default: 6) |
useAutoSpacing | bool | r/w | If true, auto spaces the images in the contact sheet. (default: true) |
vertical | int | r/w | The vertical spacing (in pixels) between images. Range: 0 to 29000. (default: 1) |
width | int | r/w | The 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.3i | Contents :: Index |