ImageGear .NET v25.1 - Updated
IsFeatureLicensed Method (ImGearOCR)




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCR Class : IsFeatureLicensed Method
Feature to be verified.
Returns whether or not a given recognition feature is licensed.
Syntax
'Declaration
 
Public Function IsFeatureLicensed( _
   ByVal feature As ImGearOCRLicenseFeature _
) As Boolean
'Usage
 
Dim instance As ImGearOCR
Dim feature As ImGearOCRLicenseFeature
Dim value As Boolean
 
value = instance.IsFeatureLicensed(feature)
public bool IsFeatureLicensed( 
   ImGearOCRLicenseFeature feature
)
public: bool IsFeatureLicensed( 
   ImGearOCRLicenseFeature feature
) 
public:
bool IsFeatureLicensed( 
   ImGearOCRLicenseFeature feature
) 

Parameters

feature
Feature to be verified.

Return Value

True if the feature is licensed, False - otherwise.
Remarks
Verifies whether a Recognition feature is licensed or not.
See Also

Reference

ImGearOCR Class
ImGearOCR Members
ImGearOCRLicenseFeature Enumeration