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