Click or drag to resize

LibraryManagerInitLibrary Method

Initializes the library with the specified library path.

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public static bool InitLibrary(
	string libraryPath
)

Parameters

libraryPath  String
The path to the library resources.

Return Value

Boolean
True if the library was successfully initialized, otherwise false.
See Also