Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

SetQuantizationTable Method






Array of values to be set in the specified quantization table.
Sets quantization tables.
Syntax
public void SetQuantizationTable( 
   TwainMemoryData[] table
)
'Declaration
 
Public Sub SetQuantizationTable( _
   ByVal table() As TwainMemoryData _
) 
'Usage
 
Dim instance As TwainJpegCompression
Dim table() As TwainMemoryData
 
instance.SetQuantizationTable(table)
public:
void SetQuantizationTable( 
   array<TwainMemoryData>^ table
) 

Parameters

table
Array of values to be set in the specified quantization table.
Remarks
For more information, refer to Using JPEG Compression For A TWAIN Source. For more information about TW_JPEGCOMPRESSION, refer to the TWAIN 2.0 specification from the site http://www.twain.org/.
Example
Refer to SetJpegCompression example.
Requirements

Target Platforms

See Also

Reference

TwainJpegCompression Structure
TwainJpegCompression Members

Error processing SSI file