ImageGear .NET v25.2 - Updated
ImageGear.Evaluation Assembly / ImageGear.Evaluation Namespace / ImGearEvaluationMode Enumeration




In This Topic
    ImGearEvaluationMode Enumeration
    In This Topic
    Specifies product evaluation mode.
    Syntax
    'Declaration
     
    Public Enum ImGearEvaluationMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearEvaluationMode
    public enum ImGearEvaluationMode : System.Enum 
    __value public enum ImGearEvaluationMode : public System.Enum 
    public enum class ImGearEvaluationMode : public System.Enum 
    Members
    MemberValueDescription
    TrialDialog0Always displays the evaluation dialog on initial licensing validation and periodically afterwards, as well as when save operation is performed.
    Watermark1Causes 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