LEADTOOLS WIA (Leadtools.Wia assembly)
LEAD Technologies, Inc

GetPropertyIdString Method






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
public static string GetPropertyIdString( 
   WiaPropertyId propertyId
)
'Declaration
 
Public Shared Function GetPropertyIdString( _
   ByVal propertyId As WiaPropertyId _
) As String
'Usage
 
Dim propertyId As WiaPropertyId
Dim value As String
 
value = WiaSession.GetPropertyIdString(propertyId)
public static string GetPropertyIdString( 
   WiaPropertyId propertyId
)
 function Leadtools.Wia.WiaSession.GetPropertyIdString( 
   propertyId 
)
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.

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WiaSession Class
WiaSession Members
Startup Method
Shutdown Method
GetRootItem Method
EnumChildItems Method
GetPropertyLong Method
SetPropertyLong Method
GetPropertyBuffer Method
SetPropertyBuffer Method
GetPropertyString Method
SetPropertyString Method
GetPropertyGuid Method
SetPropertyGuid Method
GetPropertySystemTime Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.