Link Search Menu Expand Document

TextExtractorGetTextFromPage Method

Extracts text from specified document page.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public string GetTextFromPage(
	int pageIndex
)

Parameters

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

Return Value

Type: String
Page text.

Implements

ITextExtractorGetTextFromPage(Int32)
Exceptions
ExceptionCondition
PDFExtractorException
IndexOutOfRangeException
See Also

Reference