| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaCategories Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum WiaCategories : Enum  | |
| C++/CLI | |
|---|---|
public enum class WiaCategories : public Enum  | |
| Member | Description | 
|---|---|
| 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 | 
In order to get the equivalent category GUID, see WiaSession.GetCategoryGuid method.
            System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaCategories
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code