Package | com.adobe.illustrator |
Class | public class PrintColorManagementOptions |
Inheritance | PrintColorManagementOptions ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
colorProfileMode : PrintColorProfile
the color management profile mode ( default: PrintColorProfile.SOURCEPROFILE )
| PrintColorManagementOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
intent : PrintColorIntent
the color management intent type ( default: PrintColorIntent.RELATIVECOLORIMETRIC )
| PrintColorManagementOptions | ||
name : String
the color management profile name
| PrintColorManagementOptions | ||
![]() | parent : * [read-only] | IllustratorHostObject |
colorProfileMode | property |
colorProfileMode:PrintColorProfile
Since : | CS5 |
the color management profile mode ( default: PrintColorProfile.SOURCEPROFILE )
public function get colorProfileMode():PrintColorProfile
public function set colorProfileMode(value:PrintColorProfile):void
intent | property |
intent:PrintColorIntent
Since : | CS5 |
the color management intent type ( default: PrintColorIntent.RELATIVECOLORIMETRIC )
public function get intent():PrintColorIntent
public function set intent(value:PrintColorIntent):void
name | property |
name:String
Since : | CS5 |
the color management profile name
public function get name():String
public function set name(value:String):void