ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCR Class / IsFeatureLicensed Method
Feature to be verified.




In This Topic
    IsFeatureLicensed Method (ImGearOCR)
    In This Topic
    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