LibraryManagerInitLibrary Method
|
Initializes the library with the specified library path.
Namespace: ComPDF_Conversion.CommonAssembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntaxpublic static bool InitLibrary(
string libraryPath
)
Parameters
- libraryPath String
- The path to the library resources.
Return Value
BooleanTrue if the library was successfully initialized, otherwise false.
See Also