Skip to content

M_PDFiumSharp_PDFium_FPDF_InitLibraryWithConfig

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDF_InitLibraryWithConfig Method

Initialize the PDFium library

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static void FPDF_InitLibraryWithConfig(
	ref FPDF_LIBRARY_CONFIG config
)

Parameters

 

config
Type: PDFiumSharp.Types.FPDF_LIBRARY_CONFIG

Remarks

You have to call this function before you can call any PDF processing functions.

See Also

Reference

PDFium Class
PDFiumSharp Namespace

Clone this wiki locally