C#
VB
C++
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.
public enum WiaImageDataType Public Enum WiaImageDataTypeInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class WiaImageDataType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 0 | Threshold | (0x00000004)Threshold. |
| 1 | Dither | (0x00000005)Dither. |
| 2 | Grayscale | Grayscale. |
| 3 | Color | Color. |
| 4 | ColorThreshold | ColorThreshold. |
| 5 | ColorDither | ColorDither. |
| 6 | RawRgb | RawRgb. |
| 7 | RawBgr | RawBgr. |
| 8 | RawYuv | RawYuv. |
| 9 | RawYuvk | RawYuvk. |
| 10 | RawCmy | RawCmy. |
| 11 | RawCmyk | RawCmyk. |
For an example, refer to WiaSession.GetRootItem
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
