| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaImageDataType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WiaImageDataType | |
| C# | |
|---|---|
public enum WiaImageDataType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class WiaImageDataType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Color | Color. |
| ColorDither | ColorDither. |
| ColorThreshold | ColorThreshold. |
| Dither | Dither. |
| Grayscale | Grayscale. |
| RawBgr | RawBgr. |
| RawCmy | RawCmy. |
| RawCmyk | RawCmyk. |
| RawRgb | RawRgb. |
| RawYuv | RawYuv. |
| RawYuvk | RawYuvk. |
| Threshold | Threshold. |
For an example, refer to WiaSession.GetRootItem
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaImageDataType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code