Click or drag to resize

PdfiumFPDFFormField_SetItemSelection Method

Select or deselect Combobox or Listbox item

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

Parameters

frmField  IntPtr
Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
index  Int32
Zero based index of item in Combobox or Listbox.
bSelected  Boolean
True for select, False otherwise
bNotify  Boolean  (Optional)
True for notify application about changes in forms

Return Value

Boolean
True for success or False otherwise
See Also