ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Evaluation Namespace / ImGearEvaluationMode Enumeration




ImGearEvaluationMode Enumeration
This class is deprecated and initializing the evaluation manager is no longer required to run in evaluation mode. The evaluation mode is always Watermark. Specifies product evaluation mode.
Syntax
'Declaration
 
Public Enum ImGearEvaluationMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearEvaluationMode
Members
MemberValueDescription
Watermark0 Causes a watermark to be applied to images displayed on screen, saved to stream and sent to a printer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Evaluation.ImGearEvaluationMode

See Also