Jpeg2kExportSettings Object (Web Services API)
This object provides functionality for configuring export to JPEG 2000 format. The Jpeg2kExportSettings object is a child object of the OutputFormatSettings object and inherits all its properties.
Properties
Name | Type | Description |
ColorMode | ImageColorModeEnum | Specifies image color. This property can be set to one of the following values: ICM_AsIs, ICM_Color, ICM_Gray. |
Quality | Integer | Specifies the quality in percent. |
Resolution | Integer | Stores the value of picture resolution in dpi, which is used for exporting. The value "-1" means that the original resolution must be preserved. |
See also
3/26/2024 1:49:49 PM