'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.