Click or drag to resize

PdfDecoderGetTextDocument Method

Creates the text document.

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.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