ImageGear .NET v24.12 - Updated
ToolBarLicenseCheck Property




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : ToolBarLicenseCheck Property
Gets or sets a value indicating whether or not currently licensed recognition modules will be taken into account in the appearance and behavior of the toolbar and property sheets.
Syntax
'Declaration
 
Public Property ToolBarLicenseCheck As Boolean
'Usage
 
Dim instance As ImGearRecZoneGUI
Dim value As Boolean
 
instance.ToolBarLicenseCheck = value
 
value = instance.ToolBarLicenseCheck
public bool ToolBarLicenseCheck {get; set;}
public: __property bool get_ToolBarLicenseCheck();
public: __property void set_ToolBarLicenseCheck( 
   bool value
);
public:
property bool ToolBarLicenseCheck {
   bool get();
   void set (    bool value);
}

Property Value

True if License check is enabled, otherwise false. Default is true.
Remarks
This property controls whether or not currently licensed recognition modules will be taken into account in the appearance and behavior of the toolbar and property sheets. When this property is set to true, built-in FillingMethods and RecognitionModules can be created and edited. Setting this property to false will allow the creation and editing of the full range of zone types but will not allow actual recognition using unlicensed modules.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members