Jpeg2kExportSettings Object (COM-based API)
This object provides functionality for configuring export to JPEG 2000 format. The IJpeg2kExportSettings interface is a child object of the IOutputFormatSettings interface and inherits all its properties. It is an element of the OutputFormatSettingsCollection collection.
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. The default value is ICM_AsIs. |
Quality | Long | Specifies the quality in percent. The default value is 80. |
Resolution | Long | Stores the value of picture resolution in dpi, which is used for exporting. The default value is -1 which means that the original resolution must be preserved. |
See also
3/26/2024 1:49:49 PM