GetPropertyIdString Method

Summary

Gets the equivalent string for the passed property ID.

Syntax
C#
VB
C++
public static string GetPropertyIdString( 
   WiaPropertyId propertyId 
) 
  
Public Shared Function GetPropertyIdString( _ 
   ByVal propertyId As WiaPropertyId _ 
) As String 
public: 
static String^ GetPropertyIdString(  
   WiaPropertyId propertyId 
)  

Parameters

propertyId
The property ID for property ID string being sought. For a list of available property IDs, see WiaPropertyId.

Remarks

Call this function to get the equivalent string for the passed property ID through the propertyId parameter.

Use this function to get the property string to pass for any of the GetPropertyXXX or SetPropertyXXX methods.

Example

Refer to WiaSession.GetPropertyLong

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