ImageGear .NET v24.14 - Updated
Initialize(String) Method




ImageGear24.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)
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

Reference

ImGearOffice Class
ImGearOffice Members
Overload List