ImageGear .NET - Updated October 26, 2017
Initialize(String) Method




ImageGear23.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearOffice Class > Initialize Method : Initialize(String) Method
The path to the OfficeCore resources
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)

Parameters

path
The path to the OfficeCore resources
Remarks
This initialization method must be called for each thread in the multi-threaded application.

This initializes the Office component and sets the resource path.

See Also

Reference

ImGearOffice Class
ImGearOffice Members
Overload List