ImageGear .NET v25.2 - Updated
ImageGear.Evaluation Assembly / ImageGear.Evaluation Namespace / ImGearEvaluationManager Class / Initialize Method




In This Topic
    Initialize Method (ImGearEvaluationManager)
    In This Topic
    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(); 
    Remarks

    This method initializes the evaluation licensing and must be called prior to using any other licensing call.

    See Also