Click or drag to resize

PdfiumFPDFFormField_GetSelectedOptionIndex Method

Get index of selected option specified by index

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFFormField_GetSelectedOptionIndex(
	IntPtr frmField,
	int index
)

Parameters

frmField  IntPtr
Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
index  Int32
Index of item in selected list ranging from 0 to FPDFFormField_CountSelectedOptions(IntPtr)

Return Value

Int32
Zero based index of item in option
See Also