Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 85
DCS1_SaveOptions
Options for saving a CMYK document in DCS1 format using the Document.saveAs() method.
Properties
Property Value type What it is
dCS
DCSType
Read-write. (default: DCSType.COLORCOMPOSITE).
embedColorProfile
boolean
Read-write. True to embed the color profile in the
document
encoding
SaveEncoding
Read-write. The type of encoding to use for document
(default:
SaveEncoding.BINARY).
halftoneScreen
boolean
Read-write. True to include halftone screen (default:
false).
interpolation
boolean
Read-write. True to use image interpolation (default:
false)
preview
Preview
Read-write. The type of preview (default:
Preview.MACOSEIGHTBIT).
transferFunction
boolean
Read-write. True to include the Transfer functions to
compensate for dot gain between the image and film
(default:
false).
typename
string
Read-only. The class name of the referenced
DCS1_SaveOptions object.
vectorData
boolean
Read-write. True to include vector data.
Valid only if the document includes vector data
(unrasterized text).