Link Search Menu Expand Document

ITextExtractorSaveTextToStream Method

OverloadĀ List
NameDescription
Public methodSaveTextToStream(Stream)
Saves document text to stream.
Public methodSaveTextToStream(IListInt32, Stream)
Saves text from specified page range to stream.
Public methodSaveTextToStream(Stream, Encoding)
Saves document text to stream in specified encoding.
Public methodSaveTextToStream(String, Stream)
Saves text from specified page range to stream.
Public methodSaveTextToStream(IListInt32, Stream, Encoding)
Saves text from specified page range to stream in specified encoding.
Public methodSaveTextToStream(Int32, Int32, Stream)
Saves text from specified page range to stream.
Public methodSaveTextToStream(String, Stream, Encoding)
Saves text from specified page range to stream in specified encoding.
Public methodSaveTextToStream(Int32, Int32, Stream, Encoding)
Saves text from specified page range to stream in specified encoding.
Top
See Also

Reference