WiaCompressionMode Enumeration

Summary
Compression to be used while performing data transfer from WIA source. For more information please refer to WIA_IPA_COMPRESSION property ID in Microsoft Windows SDK Documentation.
Syntax
C#
VB
C++
public enum WiaCompressionMode 
  
Public Enum WiaCompressionMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class WiaCompressionMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0NoneNo compression is to be used.
1Rle4RLE4 compression.
2Rle8RLE8 compression.
3Group3Group 3 compression.
4Group4Group 4 compression.
5JpegJPEG compression.
6JbigJBIG compression (only supported in Windows Vista or later).
7Jpeg2000JPEG 2000 compression (only supported in Windows Vista or later).
8PngPNG compression (only supported in Windows Vista or later).
Example

For an example, refer to WiaSession.GetRootItem

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.