Package | com.adobe.photoshop |
Class | public class JPEGSaveOptions |
Inheritance | JPEGSaveOptions ![]() ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
![]() | DONOTSAVECHANGES : SaveOptions [static] [read-only]
Do not save changes. | SaveOptions | |
embedColorProfile : Boolean
embed color profile in document
| JPEGSaveOptions | ||
![]() | enumCache : CSEnumSharedCache [static] [read-only] | SaveOptions | |
formatOptions : FormatOptions
( default: FormatOptions.STANDARDBASELINE )
| JPEGSaveOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
matte : MatteType | JPEGSaveOptions | ||
![]() | PROMPTTOSAVECHANGES : SaveOptions [static] [read-only]
Ask the user whether to save. | SaveOptions | |
quality : Number
quality of produced image ( 0 - 12; default: 3 )
| JPEGSaveOptions | ||
![]() | SAVECHANGES : SaveOptions [static] [read-only]
Save changes. | SaveOptions | |
scans : Number
number of scans. | JPEGSaveOptions | ||
![]() | value : Object [override] [read-only]
Returns the object value
| PhotoshopEnumBase |
embedColorProfile | property |
embedColorProfile:Boolean
Since : | CS5 |
embed color profile in document
public function get embedColorProfile():Boolean
public function set embedColorProfile(value:Boolean):void
formatOptions | property |
formatOptions:FormatOptions
Since : | CS5 |
( default: FormatOptions.STANDARDBASELINE )
public function get formatOptions():FormatOptions
public function set formatOptions(value:FormatOptions):void
matte | property |
matte:MatteType
Since : | CS5 |
public function get matte():MatteType
public function set matte(value:MatteType):void
quality | property |
quality:Number
Since : | CS5 |
quality of produced image ( 0 - 12; default: 3 )
public function get quality():Number
public function set quality(value:Number):void
scans | property |
scans:Number
Since : | CS5 |
number of scans. Only valid for progressive type JPEG files ( 3 - 5 )
public function get scans():Number
public function set scans(value:Number):void