ImageGear .NET - Updated
SetRecConverterSetting Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecSettingsCollectionObjectBase Class : SetRecConverterSetting Method
A dotless identifier.
A converter setting short name.
The new setting value.
Set a recognition output converter setting to a specific value.
Syntax
'Declaration
 
Protected Sub SetRecConverterSetting( _
   ByVal converterName As String, _
   ByVal shortSettingName As String, _
   ByVal settingValue As Integer _
) 
'Usage
 
Dim instance As ImGearRecSettingsCollectionObjectBase
Dim converterName As String
Dim shortSettingName As String
Dim settingValue As Integer
 
instance.SetRecConverterSetting(converterName, shortSettingName, settingValue)
protected void SetRecConverterSetting( 
   string converterName,
   string shortSettingName,
   int settingValue
)
protected: void SetRecConverterSetting( 
   string* converterName,
   string* shortSettingName,
   int settingValue
) 
protected:
void SetRecConverterSetting( 
   String^ converterName,
   String^ shortSettingName,
   int settingValue
) 

Parameters

converterName
A dotless identifier.
shortSettingName
A converter setting short name.
settingValue
The new setting value.
Remarks

The name of the converter setting consists of four tokens: Converters.Text.CONVERTERNAME.SHORT_SETTINGNAME, where CONVERTERNAME is a dotless identifier, but the SHORT_SETTINGNAME can contain dots indicating additional layers of the setting tree.

See Also

Reference

ImGearRecSettingsCollectionObjectBase Class
ImGearRecSettingsCollectionObjectBase Members