ImageGear v26.3 - Updated
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
    public static ImGearEvaluationMode Mode {get; set;}
    public: __property static ImGearEvaluationMode get_Mode();
    public: __property static void set_Mode( 
       ImGearEvaluationMode value
    );
    public:
    static property ImGearEvaluationMode Mode {
       ImGearEvaluationMode get();
       void set (    ImGearEvaluationMode value);
    }

    Property Value

    ImGearEvaluationMode enumeration value.
    See Also