QuantTable property (ITwainJpegCompression)
ITwainMemoryData* QuantTable(short iIndex) | |
Overview |
Remarks
Gets or sets quantization tables.
This property is updated by calling the GetJPEGCompression method.
This property is an array of pointers to ITwainMemoryData objects. Each ITwainMemoryData object contains the following properties:
To set the JPEG Compression options, set the sub properties, listed above, of this property, and the other ITwainJpegCompression properties accessed by the JPEGCompressionData property and call the SetJPEGCompression method.
See Also