ImageGear Professional DLL v18.1 for Windows
IG_REC_vertical_dict_available_count_get
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Recognition Component API Reference > Recognition Component Functions Reference > Vertical Dictionary Functions > IG_REC_vertical_dict_available_count_get

Glossary Item Box

Gets the count of vertical dictionaries available.

Declaration:

  Copy Code
AT_ERRCOUNT IG_REC_vertical_dict_available_count_get(
   LPAT_INT lpDictCount
);

Arguments:

Name Type Description
lpDictCount LPAT_INT Receives the count of vertical dictionaries available.

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.

Example:

  Copy Code
AT_ERRCOUNT ErrCount = 0;
AT_INT iVDCount = 0;
ErrCount += IG_REC_vertical_dict_available_count_get(&iVDCount);

©2014. Accusoft Corporation. All Rights Reserved.