Click or drag to resize

PdfiumFPDFFormField_FindOptionValue Method

Find option by value

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFFormField_FindOptionValue(
	IntPtr frmField,
	string csOptValue
)

Parameters

frmField  IntPtr
Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
csOptValue  String
Option value

Return Value

Int32
Zero based index of option
See Also