Get a recognition output converter setting's current value.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Sub GetRecConverterSetting( _
   ByVal  As String, _
   ByVal  As String, _
   ByRef  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 ,
   string ,
   out int 
)
             
        
            
            protected: void GetRecConverterSetting( 
   string* ,
   string* ,
   [PARAMFLAG::Out] int 
) 
             
        
            
            protected:
void GetRecConverterSetting( 
   String^ ,
   String^ ,
   [Out] int 
) 
             
        
             
        
            Parameters
- converterName
 
- A dotless identifier. For example "PDFImageOnText".
 - shortSettingName
 
- A converter setting short name. For example "UseMRC".
 - settingValue
 
- The current setting value.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also