Package | com.adobe.illustrator |
Class | public class PrintColorSeparationOptions |
Inheritance | PrintColorSeparationOptions ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
colorSeparationMode : PrintColorSeparationMode
the color separation type ( default: PrintColorSeparationMode.COMPOSITE )
| PrintColorSeparationOptions | ||
convertSpotColors : Boolean
whether to convert all spot colors to process colors ( default: false )
| PrintColorSeparationOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
inkList : Object
the list of inks for color separation
| PrintColorSeparationOptions | ||
overPrintBlack : Boolean
whether to overprint in black ( default: false )
| PrintColorSeparationOptions | ||
![]() | parent : * [read-only] | IllustratorHostObject |
colorSeparationMode | property |
colorSeparationMode:PrintColorSeparationMode
Since : | CS5 |
the color separation type ( default: PrintColorSeparationMode.COMPOSITE )
public function get colorSeparationMode():PrintColorSeparationMode
public function set colorSeparationMode(value:PrintColorSeparationMode):void
convertSpotColors | property |
convertSpotColors:Boolean
Since : | CS5 |
whether to convert all spot colors to process colors ( default: false )
public function get convertSpotColors():Boolean
public function set convertSpotColors(value:Boolean):void
inkList | property |
inkList:Object
Since : | CS5 |
the list of inks for color separation
public function get inkList():Object
public function set inkList(value:Object):void
overPrintBlack | property |
overPrintBlack:Boolean
Since : | CS5 |
whether to overprint in black ( default: false )
public function get overPrintBlack():Boolean
public function set overPrintBlack(value:Boolean):void