Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
TwainJpegCompression Structure Members
See Also  Properties  Methods 
Leadtools.Twain Namespace : TwainJpegCompression Structure


The following tables list the members exposed by TwainJpegCompression.

Public Properties

 NameDescription
public Property ColorComponentCountGets or sets the number of color components in the image to be compressed. This property is updated by calling the GetJpegCompression method. To set the JPEG Compression options, set this property and the other TwainJpegCompression properties and call the Leadtools.Twain.TwainSession.SetJpegCompression method.  
public Property ColorSchemeGets or sets color space values.  
public Propertystatic (Shared in Visual Basic) EmptyReturns a TwainFileSystem structure with default values.  
public Property RestartFrequencyGets or sets the number of minimum data units between restart markers. The default value is 0, indicating that no restart markers are used. This property is updated by calling the GetJpegCompression method. To set the JPEG Compression options, set this property and the other TwainJpegCompression properties and call the Leadtools.Twain.TwainSession.SetJpegCompression method.  
public Property SubSamplingGets or sets a subsampling value. This property is updated by calling the GetJpegCompression method. To set the JPEG Compression options, set this property and the other TwainJpegCompression properties and call the Leadtools.Twain.TwainSession.SetJpegCompression method.  
Top

Public Methods

 NameDescription
public Method GetHuffmanACGets AC Huffman tables.  
public Method GetHuffmanDCGets DC Huffman tables.  
public Method GetHuffmanMapGets mapping of components to Huffman tables.  
public Method GetQuantizationMapGets information about the mapping of components to quantization tables.  
public Method GetQuantizationTableGets quantization tables.  
public Method SetHuffmanACSets AC Huffman tables.  
public Method SetHuffmanDCSets DC Huffman tables.  
public Method SetHuffmanMapSets mapping of components to Huffman tables.  
public Method SetQuantizationMapSets mapping of components to quantization tables.  
public Method SetQuantizationTableSets quantization tables.  
Top

See Also