LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaImageDataType Enumeration
See Also  
Leadtools.Wia Namespace : WiaImageDataType Enumeration



The data types to be used for the image when performing data transfer from WIA source. For more information, please refer to the WIA_IPA_DATATYPE property ID in the Microsoft Windows SDK Documentation.

Syntax

Visual Basic (Declaration) 
Public Enum WiaImageDataType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaImageDataType
C# 
public enum WiaImageDataType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class WiaImageDataType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ColorColor.
ColorDitherColorDither.
ColorThresholdColorThreshold.
DitherDither.
GrayscaleGrayscale.
RawBgrRawBgr.
RawCmyRawCmy.
RawCmykRawCmyk.
RawRgbRawRgb.
RawYuvRawYuv.
RawYuvkRawYuvk.
ThresholdThreshold.

Example

For an example, refer to WiaSession.GetRootItem

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaImageDataType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also