Package | com.adobe.photoshop |
Class | public class DCS2_SaveOptions |
Inheritance | DCS2_SaveOptions ![]() ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
dCS : DCSType
( default: DCSType.NOCOMPOSITE )
| DCS2_SaveOptions | ||
![]() | DONOTSAVECHANGES : SaveOptions [static] [read-only]
Do not save changes. | SaveOptions | |
embedColorProfile : Boolean
embed color profile in document
| DCS2_SaveOptions | ||
encoding : SaveEncoding
type of encoding to use for document ( default: SaveEncoding.BINARY )
| DCS2_SaveOptions | ||
![]() | enumCache : CSEnumSharedCache [static] [read-only] | SaveOptions | |
halftoneScreen : Boolean
include halftone screen ( default: false )
| DCS2_SaveOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
interpolation : Boolean
use image interpolation ( default: false )
| DCS2_SaveOptions | ||
multiFileDCS : Boolean
( default: false )
| DCS2_SaveOptions | ||
preview : Preview
type of preview ( default: Preview.MACOSEIGHTBIT )
| DCS2_SaveOptions | ||
![]() | PROMPTTOSAVECHANGES : SaveOptions [static] [read-only]
Ask the user whether to save. | SaveOptions | |
![]() | SAVECHANGES : SaveOptions [static] [read-only]
Save changes. | SaveOptions | |
spotColors : Boolean
save spot colors
| DCS2_SaveOptions | ||
transferFunction : Boolean
include transfer functions in document ( default: false )
| DCS2_SaveOptions | ||
![]() | value : Object [override] [read-only]
Returns the object value
| PhotoshopEnumBase | |
vectorData : Boolean
include vector data
| DCS2_SaveOptions |
dCS | property |
dCS:DCSType
Since : | CS5 |
( default: DCSType.NOCOMPOSITE )
public function get dCS():DCSType
public function set dCS(value:DCSType):void
embedColorProfile | property |
embedColorProfile:Boolean
Since : | CS5 |
embed color profile in document
public function get embedColorProfile():Boolean
public function set embedColorProfile(value:Boolean):void
encoding | property |
encoding:SaveEncoding
Since : | CS5 |
type of encoding to use for document ( default: SaveEncoding.BINARY )
public function get encoding():SaveEncoding
public function set encoding(value:SaveEncoding):void
halftoneScreen | property |
halftoneScreen:Boolean
Since : | CS5 |
include halftone screen ( default: false )
public function get halftoneScreen():Boolean
public function set halftoneScreen(value:Boolean):void
interpolation | property |
interpolation:Boolean
Since : | CS5 |
use image interpolation ( default: false )
public function get interpolation():Boolean
public function set interpolation(value:Boolean):void
multiFileDCS | property |
multiFileDCS:Boolean
Since : | CS5 |
( default: false )
public function get multiFileDCS():Boolean
public function set multiFileDCS(value:Boolean):void
preview | property |
preview:Preview
Since : | CS5 |
type of preview ( default: Preview.MACOSEIGHTBIT )
public function get preview():Preview
public function set preview(value:Preview):void
spotColors | property |
spotColors:Boolean
Since : | CS5 |
save spot colors
public function get spotColors():Boolean
public function set spotColors(value:Boolean):void
transferFunction | property |
transferFunction:Boolean
Since : | CS5 |
include transfer functions in document ( default: false )
public function get transferFunction():Boolean
public function set transferFunction(value:Boolean):void
vectorData | property |
vectorData:Boolean
Since : | CS5 |
include vector data
public function get vectorData():Boolean
public function set vectorData(value:Boolean):void