CPDFConverterInitResource Method

Initialize the resource file 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 InitResource(
	string resPath
)

Parameters

resPath  String
The file path of the resource.

Return Value

Boolean

See Also