ImageGear Professional DLL v17.1 for Windows Accusoft
IG_REC_output_format_set
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Recognition Component API Reference > Recognition Component Functions Reference > Output Functions > IG_REC_output_format_set

Glossary Item Box

Sets the output format for the IG_REC_document_write.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_REC_output_format_set(
   LPCSTR lpszFormatName
);

Arguments:

lpszFormatName Output format name.

Return Value:

Returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

All supported output formats can be enumerated using IG_REC_output_format_first_get, IG_REC_output_format_next_get.

Example:

  Copy Code
AT_ERRCOUNT ErrCount = 0;
ErrCount = IG_REC_output_format_set("Converters.Text.XML");

©2012. Accusoft Corporation. All Rights Reserved.