ITextExtractorGetTextFromPage Method ByteScout PDF Extractor SDK
Extracts text from specified document page.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

string GetTextFromPage(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Page index (zero-based).

Return Value

Type: String
Page text.
Exceptions

ExceptionCondition
PDFExtractorException
IndexOutOfRangeException
See Also

Reference