ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearOffice Class / Initialize Method / Initialize(String) Method
The path to the OfficeCore resources




In This Topic
    Initialize(String) Method
    In This Topic
    Initializes the OfficeCore library and resources.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Initialize( _
       ByVal path As String _
    ) 
    'Usage
     
    Dim path As String
     
    ImGearOffice.Initialize(path)
    public static void Initialize( 
       string path
    )
    public: static void Initialize( 
       string* path
    ) 
    public:
    static void Initialize( 
       String^ path
    ) 

    Parameters

    path
    The path to the OfficeCore resources
    Remarks

    This initializes the Office component and sets the resource path.

    See Also