Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
TwainJpegCompression Structure Properties
See Also 
Leadtools.Twain Namespace : TwainJpegCompression Structure


For a list of all members of this type, see TwainJpegCompression members.

Public Properties

 NameDescription
Public PropertyColorComponentCount Gets 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 SetJpegCompression method.  
Public PropertyColorScheme Gets or sets color space values.  
Public Propertystatic (Shared in Visual Basic)Empty Returns a TwainFileSystem structure with default values.  
Public PropertyRestartFrequency Gets 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 SetJpegCompression method.  
Public PropertySubSampling Gets 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 SetJpegCompression method.  
Top

See Also