Leadtools TWAIN (Leadtools.Twain assembly)

SetQuantizationTable Method

Show in webframe





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 TwainSession.SetJpegCompression example.
Requirements

Target Platforms

See Also

Reference

TwainJpegCompression Structure
TwainJpegCompression Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.