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




In This Topic
    IsFeatureLicensed Method (ImGearBarcode)
    In This Topic
    Returns whether or not a given barcode feature is licensed.
    Syntax
    'Declaration
     
    Public Function IsFeatureLicensed( _
       ByVal feature As ImGearBarcodeLicenseFeature _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearBarcode
    Dim feature As ImGearBarcodeLicenseFeature
    Dim value As Boolean
     
    value = instance.IsFeatureLicensed(feature)
    public bool IsFeatureLicensed( 
       ImGearBarcodeLicenseFeature feature
    )
    public: bool IsFeatureLicensed( 
       ImGearBarcodeLicenseFeature feature
    ) 
    public:
    bool IsFeatureLicensed( 
       ImGearBarcodeLicenseFeature feature
    ) 

    Parameters

    feature
    Feature to be verified.

    Return Value

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