ImageGear .NET v24.12 - Updated
IsFeatureLicensed Method (ImGearBarcode)




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcode Class : IsFeatureLicensed Method
Feature to be verified.
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

Reference

ImGearBarcode Class
ImGearBarcode Members
ImGearBarcodeLicenseFeature Enumeration