TextRecognizerSaveText Method (Stream, Int32, Int32, Encoding)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Saves text from specified page range to Stream.
Namespace:ByteScout.TextRecognitionAssembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-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