←Select platform

WiaCategories Enumeration

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

Syntax
C#
C++/CLI
Python
public enum WiaCategories 
public enum class WiaCategories : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class WiaCategories(Enum): 
   FinishedFile = 1 
   Flatbed = 2 
   Feeder = 3 
   Film = 4 
   Root = 5 
   Folder = 6 
   FeederFront = 7 
   FeederBack = 8 
Members
ValueMemberDescription
1FinishedFileWIA_CATEGORY_FINISHED_FILE
2FlatbedWIA_CATEGORY_FLATBED
3FeederWIA_CATEGORY_FEEDER
4FilmWIA_CATEGORY_FILM
5RootWIA_CATEGORY_ROOT
6FolderWIA_CATEGORY_FOLDER
7FeederFrontWIA_CATEGORY_FEEDER_FRONT
8FeederBackWIA_CATEGORY_FEEDER_BACK
Remarks

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.