ITextExtractorSavePageTextToStream Method (Int32, Stream, Encoding)ByteScout PDF Extractor SDK
Saves page text to stream in specified encoding.

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

void SavePageTextToStream(
	int pageIndex,
	Stream stream,
	Encoding encoding
)

Parameters

pageIndex
Type: SystemInt32
Page index (zero-based).
stream
Type: System.IOStream
Output stream.
encoding
Type: System.TextEncoding
The character encoding to use.
Exceptions

ExceptionCondition
PDFExtractorException
See Also

Reference