Adobe Illustrator CS4 Type Library JS: ColorProfile
From Illustrator CS4
PDF ICC profile inclusion.
Value
| Name | Description | Value |
|---|---|---|
| ColorProfile.INCLUDEALLPROFILE | Everything gets tagged (embedProfile == true) | int 1 |
| ColorProfile.INCLUDEDESTPROFILE | Everything ends up tagged with the destination profile. | int 4 |
| ColorProfile.INCLUDERGBPROFILE | Tag all RGB, leave CMYK unchanged. | int 3 |
| ColorProfile.LEAVEPROFILEUNCHANGED | Leave tagged items tagged, untagged items untagged. | int 2 |
| ColorProfile.None | All profiles removed (embedProfile == false) | int 0 |
Usage
As property
PDFSaveOptions.colorProfileID
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |