Adobe InDesign CS (3.0) Object Model JS: ProofingType
From InDesign CS
Options for proofing colors.
Value
| Name | Description | Value |
|---|---|---|
| ProofingType.CUSTOM | Allows creation of a custom proofing setup for a specific output condition. | 1131639917 = 'Cstm' |
| ProofingType.DOCUMENT_CMYK | Creates a soft proof of colors using the document's CMYK profile. | 1347708003 = 'PTdc' |
| ProofingType.PROOF_OFF | Turns off soft proof display. | 1347710822 = 'PTof' |
| ProofingType.WORKING_CMYK | Creates a soft proof of colors using the current CMYK working space. | 1347712867 = 'PTwc' |
Usage
As property
LayoutWindow.proofingType
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |