 | PdfiumFPDFFormField_GetSelectedOptionIndex Method |
Get index of selected option specified by index
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFFormField_GetSelectedOptionIndex(
IntPtr frmField,
int index
)
Public Shared Function FPDFFormField_GetSelectedOptionIndex (
frmField As IntPtr,
index As Integer
) As Integer
public:
static int FPDFFormField_GetSelectedOptionIndex(
IntPtr frmField,
int index
)
static member FPDFFormField_GetSelectedOptionIndex :
frmField : IntPtr *
index : int -> int
public static int FPDFFormField_GetSelectedOptionIndex(
IntPtr frmField,
int index
)
Patagames.Pdf.Pdfium.FPDFFormField_GetSelectedOptionIndex = function(frmField, 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
Int32Zero based index of item in option
See Also