HtmlConverterBaseSetDepFilePath Method

Call this method with the fully qualified name of HiQPdf.dep when this file is installed in a different folder from the HiQPdf.dll folder

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void SetDepFilePath(
	string filePath
)

Parameters

filePath  String
The HiQPdf.dep file fully qualified name

See Also