Click or drag to resize

OfficeDecoderGetTextDocument Method

Creates the text document.

Namespace:  Atalasoft.Imaging.Codec.Office
Assembly:  Atalasoft.dotImage.Office (in Atalasoft.dotImage.Office.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ITextDocument GetTextDocument(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The document stream.

Return Value

Type: ITextDocument
ITextDocument that allows text information extraction.

Implements

ITextFormatDecoderGetTextDocument(Stream)
See Also