Click or drag to resize

PdfiumFPDFFormField_ResetField Method

Resets field to it default values

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFFormField_ResetField(
	IntPtr frmField,
	bool bNotify = false
)

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

Boolean
True for success or False otherwise
See Also