DBPix Documentation
Version 2.0

JPEGColorMode Property


Description:  Selects between color and grayscale if ImageSaveFormat is ImageSaveFormatJPEG (0).
Type:  Number (enum/short)
Read/Get
Write/Set:
  
 
 
Remarks:  

If the ImageSaveFormat property is set to ImageSaveFormatJPEG (0) then this property determines the color-mode of the JPEG image. 

ConstantValueDescription
JPEGColorMode_Original0Retains the color mode of the original image.
JPEGColorMode_Color1Always saves the image in color (default).
JPEGColorMode_Grayscale2Always saves the image in grayscale.

 

 

Documentation version 2.0.0