Value
Name | Description | Value |
---|---|---|
NewDocumentMode.BITMAP | Bitmap. | int 5 |
NewDocumentMode.CMYK | CMYK. | int 3 |
NewDocumentMode.GRAYSCALE | Grayscale. | int 1 |
NewDocumentMode.LAB | Lab. | int 4 |
NewDocumentMode.RGB | RGB. | int 2 |
Usage
In function
Document Documents.add ([width: UnitValue][, height: UnitValue][, resolution: number=72][, name: string][, mode: NewDocumentMode=NewDocumentMode.RGB][, initialFill: DocumentFill=DocumentFill.WHITE][, pixelAspectRatio: number=1.0][, bitsPerChannel: BitsPerChannelType=BitsPerChannelType.EIGHT][, colorProfileName: string])
As property
ContactSheetOptions.mode
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |