Link Search Menu Expand Document

ITextExtractorSaveTextToStream Method (Stream, Encoding)

Saves document text to stream in specified encoding.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void SaveTextToStream(
	Stream stream,
	Encoding encoding
)

Parameters

stream
Type: System.IOStream
Output stream.
encoding
Type: System.TextEncoding
The character encoding to use.
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference