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

Glossary Item Box

Creates a new redactor instance.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_REC_redactor_create(
   const LPHIG_REC_REDACTOR lphigRecRedactor
);

Arguments:

lphigRecRedactor The far pointer indicating where to return the handle of the redactor instance.

Return Value:

The number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

Callers are required to call IG_REC_redactor_delete to release resources owned by lphigRecRedactor.

Example:

  Copy Code
AT_ERRCOUNT errCount = 0 ;
HIG_REC_REDACTOR higRecRedactor = 0 ;

errCount = IG_REC_redactor_create( &higRecRedactor ) ;
IG_REC_redactor_delete( higRecRedactor ) ;

See Also

HIG_REC_REDACTOR

©2012. Accusoft Corporation. All Rights Reserved.