JpegExportSettings Object (COM-based API)
This object provides functionality for configuring export to JPEG format. The IJpegExportSettings 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
26.03.2024 13:49:49