Adobe Illustrator CS4 Type Library JS: ColorDestination
From Illustrator CS4
PDF destination profile.
Value
| Name | Description | Value |
|---|---|---|
| ColorDestination.COLORDESTINATIONDOCCMYK | Converts all colors to the profile selected for Destination. | int 1 |
| ColorDestination.COLORDESTINATIONDOCRGB | Preserves color numbers for untagged content in the same color space as the destination profile. Not available with CMS off. | int 3 |
| ColorDestination.COLORDESTINATIONPROFILE | Preserves color numbers for untagged content in the same color space as the destination profile. Not available with CMS off. | int 5 |
| ColorDestination.COLORDESTINATIONWORKINGCMYK | Preserves color numbers for untagged content in the same color space as the destination profile. Not available with CMS off. | int 2 |
| ColorDestination.COLORDESTINATIONWORKINGRGB | Preserves color numbers for untagged content in the same color space as the destination profile. Not available with CMS off. | int 4 |
| ColorDestination.None | N/A. | int 0 |
Usage
As property
PDFSaveOptions.colorDestinationID
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |