Specifies if jpeg compressor have to use an optimal huffman table (more compression), instead standard table.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool JPEG_OptimalHuffman { get; set; }
Public Property JPEG_OptimalHuffman As Boolean
	Get
	Set
public:
property bool JPEG_OptimalHuffman {
	bool get ();
	void set (bool value);
}

See Also