Click or drag to resize

PdfiumFPDFFormField_GetOptionValue Method

Get option's value

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

Parameters

frmField  IntPtr
Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
index  Int32
Index of option's item

Return Value

String
Option value
See Also