ImageGear Professional DLL v17.1 for Windows Accusoft
IG_REC_settings_collection_create
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Recognition Component API Reference > Recognition Component Functions Reference > Settings Management Functions > IG_REC_settings_collection_create

Glossary Item Box

Creates settings collection and returns an ID being associated with it.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_REC_settings_collection_create(
   AT_INT nParentSettingsId,
   LPAT_INT lpSettingsId
);

Arguments:

nParentSettingsId ID of the parent settings collection. If this parameter is -1 the new settings collection is initialized with their default values. If the parent collection exists, values will be copied from it.
lpSettingsId Buffer to return Id of the newly created settings collection.

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:

The collection being created must be deleted with IG_REC_settings_collection_delete when it is no longer needed.

©2012. Accusoft Corporation. All Rights Reserved.