 | PdfiumFPDFInterForm_ResetForm Method |
Resets forms to their default values
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFInterForm_ResetForm(
IntPtr interForm,
bool bNotify = false
)
Public Shared Function FPDFInterForm_ResetForm (
interForm As IntPtr,
Optional bNotify As Boolean = false
) As Boolean
public:
static bool FPDFInterForm_ResetForm(
IntPtr interForm,
bool bNotify = false
)
static member FPDFInterForm_ResetForm :
interForm : IntPtr *
?bNotify : bool
(* Defaults:
let _bNotify = defaultArg bNotify false
*)
-> bool
public static boolean FPDFInterForm_ResetForm(
IntPtr interForm,
boolean bNotify = false
)
Patagames.Pdf.Pdfium.FPDFInterForm_ResetForm = function(interForm, bNotify);
Parameters
- interForm IntPtr
- Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
- bNotify Boolean (Optional)
- True for notify application about changes in forms
Return Value
BooleanTrue for success or False if action was canceled
See Also