| 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
|