ImageColorModeEnum (Web Services API)
ImageColorModeEnum enumeration constants are used to set the image color.
enum ImageColorModeEnum {
ICM_AsIs,
ICM_Color,
ICM_Gray,
ICM_BlackAndWhite
};
Elements
Name | Description |
ICM_AsIs | Image will be exported as is. |
ICM_Color | Color image will be exported. |
ICM_Gray | Gray image will be exported. |
ICM_BlackAndWhite | Black and white image will be exported. |
See also
26.03.2024 13:49:49