 | PdfiumFPDF_OpenFile Method |
Opens a file on the specified path.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDF_OpenFile(
string path
)
Public Shared Function FPDF_OpenFile (
path As String
) As IntPtr
public:
static IntPtr FPDF_OpenFile(
String^ path
)
static member FPDF_OpenFile :
path : string -> IntPtr
public static IntPtr FPDF_OpenFile(
String path
)
Patagames.Pdf.Pdfium.FPDF_OpenFile = function(path);
Parameters
- path String
- The file to open.
Return Value
IntPtrHandle to file opened in the specified path.
See Also