 | PdfiumFPDFFormField_FindOption Method |
Find option by label
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFFormField_FindOption(
IntPtr frmField,
string csOptLabel
)
Public Shared Function FPDFFormField_FindOption (
frmField As IntPtr,
csOptLabel As String
) As Integer
public:
static int FPDFFormField_FindOption(
IntPtr frmField,
String^ csOptLabel
)
static member FPDFFormField_FindOption :
frmField : IntPtr *
csOptLabel : string -> int
public static int FPDFFormField_FindOption(
IntPtr frmField,
String csOptLabel
)
Patagames.Pdf.Pdfium.FPDFFormField_FindOption = function(frmField, csOptLabel);
Parameters
- frmField IntPtr
- Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
- csOptLabel String
- Option label
Return Value
Int32Zero based index of option
See Also