Link Search Menu Expand Document

TextExtractorGetText Method (Int32, Int32)

Extracts text from specified page range.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public string GetText(
	int startPage,
	int endPage
)

Parameters

startPage
Type: SystemInt32
Start page index.
endPage
Type: SystemInt32
End page index (zero based). Set -1 for "to the last document page".

Return Value

Type: String
Concatenated text from range of pages.

Implements

ITextExtractorGetText(Int32, Int32)
See Also

Reference