ImageGear .NET - Updated
GetRecConverterSetting Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecSettingsCollectionObjectBase Class : GetRecConverterSetting Method
A dotless identifier. For example "PDFImageOnText".
A converter setting short name. For example "UseMRC".
The current setting value.
Get a recognition output converter setting's current value.
Syntax
'Declaration
 
Protected Sub GetRecConverterSetting( _
   ByVal converterName As String, _
   ByVal shortSettingName As String, _
   ByRef settingValue As Integer _
) 
'Usage
 
Dim instance As ImGearRecSettingsCollectionObjectBase
Dim converterName As String
Dim shortSettingName As String
Dim settingValue As Integer
 
instance.GetRecConverterSetting(converterName, shortSettingName, settingValue)
protected void GetRecConverterSetting( 
   string converterName,
   string shortSettingName,
   out int settingValue
)
protected: void GetRecConverterSetting( 
   string* converterName,
   string* shortSettingName,
   [PARAMFLAG::Out] int settingValue
) 
protected:
void GetRecConverterSetting( 
   String^ converterName,
   String^ shortSettingName,
   [Out] int settingValue
) 

Parameters

converterName
A dotless identifier. For example "PDFImageOnText".
shortSettingName
A converter setting short name. For example "UseMRC".
settingValue
The current 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