Click or drag to resize

PdfiumFPDF_InitICU Method

Initialize the ICU data file. Should be called before FPDF_InitLibrary(String, String, Int32)

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDF_InitICU(
	string specificPath
)

Parameters

specificPath  String
Path to the icudt dynamic library (.dll/.dylib)
See Also