Specifies the croma subsampling, influencing the jpeg output quality.

This property is valid only when JPEG_ColorSpace=YCbCr.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IOParams..::..JPEGCromaSubsampling JPEG_CromaSubsampling { get; set; }
Public Property JPEG_CromaSubsampling As IOParams..::..JPEGCromaSubsampling
	Get
	Set
public:
property IOParams..::..JPEGCromaSubsampling JPEG_CromaSubsampling {
	IOParams..::..JPEGCromaSubsampling get ();
	void set (IOParams..::..JPEGCromaSubsampling value);
}

See Also