TextRecognizerSaveText Method (Stream, Int32, Int32, Encoding)ByteScout Text Recognition SDK
Saves text from specified page range to Stream.

Namespace:  ByteScout.TextRecognition
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-master
Syntax

public void SaveText(
	Stream outputStream,
	int startPage = 0,
	int endPage = -1,
	Encoding encoding = null
)

Parameters

outputStream
Type: System.IOStream
Output Stream.
startPage (Optional)
Type: SystemInt32
Start page index.
endPage (Optional)
Type: SystemInt32
End page index. -1 means all pages to the end.
encoding (Optional)
Type: System.TextEncoding
The character encoding to use. UTF-8 encoding is used by default.
See Also

Reference