LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
GetPropertyIdString Method
See Also 
Leadtools.Wia Namespace > WiaSession Class : GetPropertyIdString Method



propertyId

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

propertyId

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

Gets the equivalent string for the passed property ID.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetPropertyIdString( _
   ByVal propertyId As WiaPropertyId _
) As String
Visual Basic (Usage)Copy Code
Dim propertyId As WiaPropertyId
Dim value As String
 
value = WiaSession.GetPropertyIdString(propertyId)
C# 
public static string GetPropertyIdString( 
   WiaPropertyId propertyId
)
C++/CLI 
public:
static String^ GetPropertyIdString( 
   WiaPropertyId propertyId
) 

Parameters

propertyId

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

Example

Remarks

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

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

Requirements

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

See Also