Click or drag to resize

PdfiumFPDFInterForm_ResetForm Method

Resets forms to their default values

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

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

Boolean
True for success or False if action was canceled
See Also