ImageGear for .NET
IsFeatureLicensed Method (ImGearBarcode)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback