Click or drag to resize

PdfiumFPDFFormField_SelectOption Method

Select or deselect option's item specified by index

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

Parameters

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

Return Value

Boolean
True for success, false otherwise.
See Also