ImageGear v26.3 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearOffice Class / Terminate Method




In This Topic
    Terminate Method (ImGearOffice)
    In This Topic
    Terminates the Office component and frees resources.
    Syntax
    'Declaration
     
    Public Shared Sub Terminate() 
    'Usage
     
    ImGearOffice.Terminate()
    public static void Terminate()
    public: static void Terminate(); 
    public:
    static void Terminate(); 
    Remarks

    This terminates the Office component and frees resources. In order to use the Office component again, it must be re-initialized.

    See ImGearOffice.

    See Also