Click or drag to resize

PdfiumFPDFFormField_IsOptionSelected Method

Determines that the option's item specified by index is selected

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFFormField_IsOptionSelected(
	IntPtr frmField,
	int iOptIndex
)

Parameters

frmField  IntPtr
Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
iOptIndex  Int32
Zero based index of item in option

Return Value

Boolean
True if selected, False otherwise.
See Also