 | PdfiumFFDF_LoadDocument Method |
Load FDF document from file
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FFDF_LoadDocument(
string path
)
Public Shared Function FFDF_LoadDocument (
path As String
) As IntPtr
public:
static IntPtr FFDF_LoadDocument(
String^ path
)
static member FFDF_LoadDocument :
path : string -> IntPtr
public static IntPtr FFDF_LoadDocument(
String path
)
Patagames.Pdf.Pdfium.FFDF_LoadDocument = function(path);
Parameters
- path String
- Path to FDF document
Return Value
IntPtrHandle to the loaded FDF document
See Also