ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Evaluation Namespace / ImGearEvaluationManager Class / Mode Property




In This Topic
Mode Property (ImGearEvaluationManager)
In This Topic
This class is deprecated and initializing the evaluation manager is no longer required to run in evaluation mode. The evaluation mode is always Watermark. Gets or sets the product evaluation mode.
Syntax
'Declaration
 
Public Shared Property Mode As ImGearEvaluationMode
 
'Usage
 
Dim value As ImGearEvaluationMode
 
ImGearEvaluationManager.Mode = value
 
value = ImGearEvaluationManager.Mode

Property Value

ImGearEvaluationMode enumeration value.
See Also