ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearOffice Class / Initialize Method / Initialize() Method




In This Topic
    Initialize() Method
    In This Topic
    Initializes the OfficeCore library and resources.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Initialize() 
    'Usage
     
    ImGearOffice.Initialize()
    public static void Initialize()
    public: static void Initialize(); 
    public:
    static void Initialize(); 
    Remarks

    This initializes the Office component and sets the resource path to be that of the currently executing assembly.

    See Also