Click or drag to resize

OfficeDecoderGetTextDocument Method (Stream)

Creates the text document.

Namespace:  Atalasoft.Imaging.Codec.Office
Assembly:  Atalasoft.dotImage.Office (in Atalasoft.dotImage.Office.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public override 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