Click or drag to resize

LibraryManagerInitialize Method

Initializes the SDK with the specified resource 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 Initialize(
	string resourcePath
)

Parameters

resourcePath  String
Path to the resources required by the SDK.

Return Value

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