 | PdfiumFPDFText_GetSchResultIndex Method |
Get the starting character index of the search result.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFText_GetSchResultIndex(
IntPtr search_handle
)
Public Shared Function FPDFText_GetSchResultIndex (
search_handle As IntPtr
) As Integer
public:
static int FPDFText_GetSchResultIndex(
IntPtr search_handle
)
static member FPDFText_GetSchResultIndex :
search_handle : IntPtr -> int
public static int FPDFText_GetSchResultIndex(
IntPtr search_handle
)
Patagames.Pdf.Pdfium.FPDFText_GetSchResultIndex = function(search_handle);
Parameters
- search_handle IntPtr
- A search context handle returned by FPDFText_FindStart(IntPtr, String, FindFlags, Int32).
Return Value
Int32Index for the starting character
See Also