C#
VB
C++
WIA 2.0 available categories. For more information please refer to "WIA 2.0 Item Category GUIDs" topic in Microsoft Windows SDK Documentation.
public enum WiaCategories
Public Enum WiaCategories
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class WiaCategories : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
1 | FinishedFile | WIA_CATEGORY_FINISHED_FILE |
2 | Flatbed | WIA_CATEGORY_FLATBED |
3 | Feeder | WIA_CATEGORY_FEEDER |
4 | Film | WIA_CATEGORY_FILM |
5 | Root | WIA_CATEGORY_ROOT |
6 | Folder | WIA_CATEGORY_FOLDER |
7 | FeederFront | WIA_CATEGORY_FEEDER_FRONT |
8 | FeederBack | WIA_CATEGORY_FEEDER_BACK |
In order to get the equivalent category GUID, see WiaSession.GetCategoryGuid method.
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