 | PdfiumFPDFFormField_ResetField Method |
Resets field to it default values
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFFormField_ResetField(
IntPtr frmField,
bool bNotify = false
)
Public Shared Function FPDFFormField_ResetField (
frmField As IntPtr,
Optional bNotify As Boolean = false
) As Boolean
public:
static bool FPDFFormField_ResetField(
IntPtr frmField,
bool bNotify = false
)
static member FPDFFormField_ResetField :
frmField : IntPtr *
?bNotify : bool
(* Defaults:
let _bNotify = defaultArg bNotify false
*)
-> bool
public static boolean FPDFFormField_ResetField(
IntPtr frmField,
boolean bNotify = false
)
Patagames.Pdf.Pdfium.FPDFFormField_ResetField = function(frmField, bNotify);
Parameters
- frmField 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 otherwise
See Also