LibraryManagerInitialize Method
|
Initializes the SDK with the specified resource path.
Namespace: ComPDF_Conversion.CommonAssembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntaxpublic static bool Initialize(
string resourcePath
)
Parameters
- resourcePath String
- Path to the resources required by the SDK.
Return Value
BooleanTrue if the SDK was successfully initialized, otherwise false.
See Also