ImageGear .NET v25.2 - Updated
Initialize(String) Method




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.