ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLicense.ImGearLicenseStatus Enumeration




ImGearLicense.ImGearLicenseStatus Enumeration
Indicates what kind of licensing is in use.
Syntax
'Declaration
 
Public Enum ImGearLicense.ImGearLicenseStatus 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearLicense.ImGearLicenseStatus
Members
MemberValueDescription
Evaluation0 Indicates that evaluation mode is active because no license has been provided.
Licensed1 Inidcates that the product is licensed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Core.ImGearLicense.ImGearLicenseStatus

See Also