Link Search Menu Expand Document

SearchResultGetElement Method

Returns individual search result element by its index.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public ISearchResultElement GetElement(
	int index
)

Parameters

index
Type: SystemInt32
Index of the element.

Return Value

Type: ISearchResultElement

[Missing <returns> documentation for "M:Bytescout.PDFExtractor.SearchResult.GetElement(System.Int32)"]

Implements

ISearchResultGetElement(Int32)
See Also

Reference