M_PDFiumSharp_PDFium_FPDF_InitLibraryWithConfig - ArgusMagnus/PDFiumSharp GitHub Wiki
Initialize the PDFium library
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static void FPDF_InitLibraryWithConfig(
ref FPDF_LIBRARY_CONFIG config
)
- config
- Type: PDFiumSharp.Types.FPDF_LIBRARY_CONFIG
You have to call this function before you can call any PDF processing functions.