GetCategoryGuid Method

Summary

Retrieves the relevant System.Guid structure for the WIA 2.0 item's category.

Syntax
C#
VB
C++
public static Guid GetCategoryGuid( 
   WiaCategories category 
) 
  
Public Shared Function GetCategoryGuid( _ 
   ByVal category As WiaCategories _ 
) As Guid 
public: 
static Guid GetCategoryGuid(  
   WiaCategories category 
)  

Parameters

category
The WIA 2.0 item category ID. For a list of available categories, refer to WiaCategories.

Return Value

The relevant System.Guid value for the category Id passed as parameter for the GetCategoryGuid method.

Remarks

This method is only used when using WIA version 2.0. Each WIA 2.0 item has a category represented as a System.Guid structure that can be retrieved by calling the GetPropertyGuid method, and passing the WiaPropertyId.ItemCategory for the propertyId parameter of this method. To determine the relevant category for returned System.Guid values, call the GetCategoryGuid method for each available category in the WiaCategories enumeration and then compare the returned System.Guid values with this one.

Example

For an example, refer to WiaSession.GetPropertyGuid.

Requirements

Target Platforms

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

Leadtools.Wia Assembly