Link Search Menu Expand Document

ITextExtractorGetText Method (IListInt32)

Extracts text from specified pages.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
string GetText(
	IList<int> pageIndices
)

Parameters

pageIndices
Type: System.Collections.GenericIListInt32
Array of page indices. Page indices are 0-based.

Return Value

Type: String
Concatenated text from specified page ranges.
See Also

Reference