Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CategoryGuid Property
See Also 
Leadtools.Wia Namespace > WiaSession Class : CategoryGuid Property



Gets the relevant Guid value for the category Id passed as parameter for the WiaSession.GetCategoryGuid method.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property CategoryGuid As Guid
Visual Basic (Usage)Copy Code
Dim value As Guid
 
value = WiaSession.CategoryGuid
C# 
public static Guid CategoryGuid {get;}
C++/CLI 
public:
static property Guid CategoryGuid {
   Guid get();
}

Return Value

(Read only) The relevant Guid value for the category Id passed as parameter for the WiaSession.GetCategoryGuid method.

Example

For an example, refer to WiaSession.GetPropertyGuid.

Remarks

Gets the relevant Guid value for the category Id passed as parameter for the WiaSession.GetCategoryGuid method.

Requirements

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

See Also