ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Evaluation Namespace / ImGearEvaluationManager Class / Initialize Method




In This Topic
    Initialize Method (ImGearEvaluationManager)
    In This Topic
    This class is deprecated and initializing the evaluation manager is no longer required to run in evaluation mode. Initializes the ImageGear.Evaluation.dll assembly.
    Syntax
    'Declaration
     
    Public Shared Sub Initialize() 
    'Usage
     
    ImGearEvaluationManager.Initialize()
    public static void Initialize()
    public: static void Initialize(); 
    public:
    static void Initialize(); 
    See Also