Click or drag to resize

BaseCommonTextFormatDecoderGetTextDocument Method (Stream)

Creates the text document.

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