Class
Options which may be supplied when exporting a document as a Photoshop file.
ExportOptionsPhotoshop
Class
Property | Type | Access | Description |
---|---|---|---|
antiAliasing | bool | r/w | Should the resulting image be antialiased. (default: true) |
artboardRange | string | r/w | If SaveMultipleArtboards is true,this will be considered for multi-asset extraction which specifies artboard range.Empty string will extracts all the artboards.Default is empty string. |
editableText | bool | r/w | Export text objects as editable text layers. (default: true) |
embedICCProfile | bool | r/w | Embed an ICC profile when exporting. (default: false) |
imageColorSpace | ImageColorSpace: ImageColorSpace.GrayScale ImageColorSpace.RGB ImageColorSpace.CMYK ImageColorSpace.LAB ImageColorSpace.Separation ImageColorSpace.DeviceN ImageColorSpace.Indexed |
r/w | The color space of the exported file. (default: ImageColorSpace.RGB) |
maximumEditability | bool | r/w | Preserve as much of the original document's structure as possible when exporting. (default: true) |
resolution | number (range: 72.0 - 2400.0) | r/w | The resolution of the exported file. (default: 150) |
saveMultipleArtboards | bool | r/w | All the artboards or range of the artboards will be exported. (default: false) |
warnings | bool | r/w | Should a warning dialog be displayed because of conflicts in the export settings. (default: true) |
writeLayers | bool | r/w | Preserve document layers when exporting. (default: true) |
Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |