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

Glossary Item Box

Inquires whether a particular feature of the Recognition component is licensed.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_REC_is_feature_licensed_get(
   enumIGRecFeatures Feature,
   LPAT_BOOL lpIsLicensed
);

Arguments:

Feature Specifies the feature of the Recognition component.
lpIsLicensed Returns TRUE if the feature is licensed, and FALSE is the feature is not licensed.

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 enumIGRecFeatures enumeration lists the features that are licensed separately.

Example:

  Copy Code
AT_ERRCOUNT ErrCount = 0;
AT_BOOL bIsLicensed = FALSE;
ErrCount = IG_REC_is_feature_licensed_get(IG_REC_FEATURE_OCR, &bIsLicensed);

©2012. Accusoft Corporation. All Rights Reserved.