Click or drag to resize

PdfiumFPDFFormField_CheckControl Method

Toggle Checkbox or Radiobutton

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

Parameters

frmField  IntPtr
Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
iControlIndex  Int32
Zerobased index of field's control
bChecked  Boolean
True for check, False otherwise
bNotify  Boolean  (Optional)
True for notify application about changes in forms

Return Value

Boolean
True for success, False otherwise.
See Also