ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLicense Class / GetStatus Method




GetStatus Method
Checks if the product is licensed or in evaluation mode.
Syntax
'Declaration
 
Public Shared Function GetStatus() As ImGearLicense.ImGearLicenseStatus
 
'Usage
 
Dim value As ImGearLicense.ImGearLicenseStatus
 
value = ImGearLicense.GetStatus()

Return Value

An ImGearLicense.ImGearLicenseStatus value indicating whether the product is in evaluation mode, or fully licensed
Exceptions
ExceptionDescription
This exception is thrown if a license has been provided, but it is invalid.
See Also