 | PdfiumFPDFFormField_GetOptionLabel Method |
Get option's label
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFFormField_GetOptionLabel(
IntPtr frmField,
int index
)
Public Shared Function FPDFFormField_GetOptionLabel (
frmField As IntPtr,
index As Integer
) As String
public:
static String^ FPDFFormField_GetOptionLabel(
IntPtr frmField,
int index
)
static member FPDFFormField_GetOptionLabel :
frmField : IntPtr *
index : int -> string
public static String FPDFFormField_GetOptionLabel(
IntPtr frmField,
int index
)
Patagames.Pdf.Pdfium.FPDFFormField_GetOptionLabel = 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 label
See Also