 | PdfiumFPDFInterForm_ImportFromFDF Method |
Import fields from Forms Data Format (FDF) document
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFInterForm_ImportFromFDF(
IntPtr interForm,
IntPtr Doc,
bool bNotify = false
)
Public Shared Function FPDFInterForm_ImportFromFDF (
interForm As IntPtr,
Doc As IntPtr,
Optional bNotify As Boolean = false
) As Boolean
public:
static bool FPDFInterForm_ImportFromFDF(
IntPtr interForm,
IntPtr Doc,
bool bNotify = false
)
static member FPDFInterForm_ImportFromFDF :
interForm : IntPtr *
Doc : IntPtr *
?bNotify : bool
(* Defaults:
let _bNotify = defaultArg bNotify false
*)
-> bool
public static boolean FPDFInterForm_ImportFromFDF(
IntPtr interForm,
IntPtr Doc,
boolean bNotify = false
)
Patagames.Pdf.Pdfium.FPDFInterForm_ImportFromFDF = function(interForm, Doc, bNotify);
Parameters
- interForm IntPtr
- Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
- Doc IntPtr
- Handle to FDF Doument
- bNotify Boolean (Optional)
- True for notify application about changes in forms
Return Value
BooleanTrue for success or False if action was canceled
See Also