Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WiaCategories Enumeration
See Also  
Leadtools.Wia Namespace : WiaCategories Enumeration



WIA 2.0 available categories. For more information please refer to "WIA 2.0 Item Category GUIDs" topic in Microsoft Windows SDK Documentation.

Syntax

Visual Basic (Declaration) 
Public Enum WiaCategories 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaCategories
C# 
public enum WiaCategories : Enum 
C++/CLI 
public enum class WiaCategories : public Enum 

Members

MemberDescription
FinishedFile WIA_CATEGORY_FINISHED_FILE
Flatbed WIA_CATEGORY_FLATBED
Feeder WIA_CATEGORY_FEEDER
Film WIA_CATEGORY_FILM
Root WIA_CATEGORY_ROOT
Folder WIA_CATEGORY_FOLDER
FeederFront WIA_CATEGORY_FEEDER_FRONT
FeederBack WIA_CATEGORY_FEEDER_BACK

Remarks

In order to get the equivalent category GUID, see WiaSession.GetCategoryGuid method.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaCategories

Requirements

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

See Also