Accusoft.ImagXpress13.Net
ChromaSubSampling Property




Gets or sets the kind of subsampling that will be used.
Syntax
'Declaration
 
Public Property ChromaSubSampling As JpegXRSubSampling
'Usage
 
Dim instance As SaveOptionsJpegXR
Dim value As JpegXRSubSampling
 
instance.ChromaSubSampling = value
 
value = instance.ChromaSubSampling
public JpegXRSubSampling ChromaSubSampling {get; set;}
public: __property JpegXRSubSampling get_ChromaSubSampling();
public: __property void set_ChromaSubSampling( 
   JpegXRSubSampling value
);
public:
property JpegXRSubSampling ChromaSubSampling {
   JpegXRSubSampling get();
   void set (    JpegXRSubSampling value);
}

Property Value

The chroma subsampling is used to reduce the resolution of the color information in an image (as contrasted with the luminance information) prior to the quantization process.
Remarks

Note: Available in Professional edition.

See Also

Reference

SaveOptionsJpegXR Class
SaveOptionsJpegXR Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback