CPDFConverterInitLibrary Method

Initialize the dynamic library of the ComPDFKit Conversion SDK.

Definition

Namespace: ComPDFKit_Conversion.Converter
Assembly: ComPDFKit_Conversion (in ComPDFKit_Conversion.dll) Version: 1.10.0.0 (1.10.0.0)
C#
public static bool InitLibrary(
	string libraryPath
)

Parameters

libraryPath  String
The file path of the dynamic library.

Return Value

Boolean

See Also