ImageGear Professional DLL v17.1 for Windows Accusoft
AT_REC_OUTPUT_CONVERTER_INFO
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Recognition Component API Reference > Recognition Component Structures Reference > AT_REC_OUTPUT_CONVERTER_INFO

Glossary Item Box

Output document converter information. Describes the name of the output text format and its extension. This is used by IG_REC_output_format_info_get.

Declaration:

  Copy Code
typedef struct tagAT_REC_OUTPUT_CONVERTER_INFO
{
   char Ext[8];
   char Name[64];

} AT_REC_OUTPUT_CONVERTER_INFO, * LPAT_REC_OUTPUT_CONVERTER_INFO;

Structure Members:

Ext Default extension for the final output document.
Name Name of the output text format.

©2012. Accusoft Corporation. All Rights Reserved.