 | PdfiumFPDFFormField_GetTopVisibleIndex Method |
Get the first visible index for scrollable list boxes
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFFormField_GetTopVisibleIndex(
IntPtr frmField
)
Public Shared Function FPDFFormField_GetTopVisibleIndex (
frmField As IntPtr
) As Integer
public:
static int FPDFFormField_GetTopVisibleIndex(
IntPtr frmField
)
static member FPDFFormField_GetTopVisibleIndex :
frmField : IntPtr -> int
public static int FPDFFormField_GetTopVisibleIndex(
IntPtr frmField
)
Patagames.Pdf.Pdfium.FPDFFormField_GetTopVisibleIndex = function(frmField);
Parameters
- frmField IntPtr
- Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
Return Value
Int32For scrollable list boxes, the top index (the index that the first option visible in the list)
See Also