ImageGear .NET v24.12 - Updated
TrackCurrentSettingsEvents(String) Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecSettingsCollectionObjectBase Class > TrackCurrentSettingsEvents Method : TrackCurrentSettingsEvents(String) Method
A name describing the requested output format, if not one of the standard Nuance ones (e.g, PDF Page output). Use TrackCurrentSettingsEvents if the format is set by the user.
Report the current recognition settings to the analytics server. To be called by derived classed upon saving or writing an output document.
Syntax
'Declaration
 
Protected Overloads Sub TrackCurrentSettingsEvents( _
   ByVal outputFormatName As String _
) 
'Usage
 
Dim instance As ImGearRecSettingsCollectionObjectBase
Dim outputFormatName As String
 
instance.TrackCurrentSettingsEvents(outputFormatName)
protected void TrackCurrentSettingsEvents( 
   string outputFormatName
)
protected: void TrackCurrentSettingsEvents( 
   string* outputFormatName
) 
protected:
void TrackCurrentSettingsEvents( 
   String^ outputFormatName
) 

Parameters

outputFormatName
A name describing the requested output format, if not one of the standard Nuance ones (e.g, PDF Page output). Use TrackCurrentSettingsEvents if the format is set by the user.
See Also

Reference

ImGearRecSettingsCollectionObjectBase Class
ImGearRecSettingsCollectionObjectBase Members
Overload List