Accusoft.TwainPro8.Net
ScannedImageCompression Enumeration
See Also  Send Feedback
Accusoft.TwainProSdk Namespace : ScannedImageCompression Enumeration




Glossary Item Box

Option values which determine the compression format of an acquired image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
TwcpGroup31D2Group 3 1D, follows CCITT spec (no End Of Line)
TwcpGroup31DEol3Group 3 1D, follows CCITT spec (has End Of Line)
TwcpGroup32D4Group 3 2D, follows CCITT spec (use cap for K Factor)
TwcpGroup45Group 4, follows CCITT spec
TwcpJpeg6JPEG
TwcpNone0No compression
TwcpPackbits1Packbits

Remarks

TwcpNone means that the image is in an uncompressed DIB format and can be accessed through the ToHdib, ToBitmap, ToHbitmap, or SaveStream methods.

TwcpJpeg means that the image is in a JPEG format and should be accessed through the SaveStream method.

All other values mean that the image is in a TIFF format and should be accessed through the SaveStream method.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.TwainProSdk.ScannedImageCompression

See Also

©2013. Accusoft Corporation. All Rights Reserved.