Click or drag to resize

PdfiumFPDF_OpenFile Method

Opens a file on the specified path.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDF_OpenFile(
	string path
)

Parameters

path  String
The file to open.

Return Value

IntPtr
Handle to file opened in the specified path.
See Also