 | PdfiumFPDFFormField_GetOptionValue Method |
Get option's value
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFFormField_GetOptionValue(
IntPtr frmField,
int index
)
Public Shared Function FPDFFormField_GetOptionValue (
frmField As IntPtr,
index As Integer
) As String
public:
static String^ FPDFFormField_GetOptionValue(
IntPtr frmField,
int index
)
static member FPDFFormField_GetOptionValue :
frmField : IntPtr *
index : int -> string
public static String FPDFFormField_GetOptionValue(
IntPtr frmField,
int index
)
Patagames.Pdf.Pdfium.FPDFFormField_GetOptionValue = function(frmField, index);
Parameters
- frmField IntPtr
- Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
- index Int32
- Index of option's item
Return Value
StringOption value
See Also