| The document window fill type. |
Value
| Name | Description | Value |
DocumentFill.BACKGROUNDCOLOR | The background color as displayed in the toolbox. |
int
2
|
DocumentFill.TRANSPARENT | Transparent. |
int
3
|
DocumentFill.WHITE | White. |
int
1
|
|
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])
|