ITextFormatDecoderGetTextDocument Method |
Creates the text document.
Namespace:
Atalasoft.Imaging.Text
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax ITextDocument GetTextDocument(
Stream stream
)
Function GetTextDocument (
stream As Stream
) As ITextDocument
Parameters
- stream
- Type: System.IOStream
The document stream.
Return Value
Type:
ITextDocumentITextDocument that allows text information extraction.
See Also