| Remarks: | If the ImageSaveFormat property is set to ImageSaveFormatJPEG (0) then this property determines the color-mode of the JPEG image.
| Constant | Value | Description | | JPEGColorMode_Original | 0 | Retains the color mode of the original image. | | JPEGColorMode_Color | 1 | Always saves the image in color (default). | | JPEGColorMode_Grayscale | 2 | Always saves the image in grayscale. |
|