TextExtractorSaveTextToStream Method (Stream)ByteScout PDF Extractor SDK
Saves document text to stream.

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

public void SaveTextToStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Output stream.

Implements

ITextExtractorSaveTextToStream(Stream)
Exceptions

ExceptionCondition
PDFExtractorException
See Also

Reference