 | PdfiumFPDFFormField_CountOptions Method |
Get the total number of options to be presented to the user in choise field.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFFormField_CountOptions(
IntPtr frmField
)
Public Shared Function FPDFFormField_CountOptions (
frmField As IntPtr
) As Integer
public:
static int FPDFFormField_CountOptions(
IntPtr frmField
)
static member FPDFFormField_CountOptions :
frmField : IntPtr -> int
public static int FPDFFormField_CountOptions(
IntPtr frmField
)
Patagames.Pdf.Pdfium.FPDFFormField_CountOptions = function(frmField);
Parameters
- frmField IntPtr
- Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
Return Value
Int32Number of options to be presented to the user in choice field
Remarks
Each element of the choice field is either a text string representing one of the available options or an array consisting of two text strings: the option’s export value and the text to be displayed as the name of the option
See Also