←Select platform

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 Leadtools.Wia.WiaPropertyId _ 
) As String 
public: 
static String^ GetPropertyIdString(  
   Leadtools.Wia.WiaPropertyId propertyId 
)  

Parameters

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

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.

Example

Refer to WiaSession.GetPropertyLong

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly