Click or drag to resize

PdfTextDocument Constructor (Stream)

Initalizes a new instance of the PdfTextDocument class.

Namespace:  Atalasoft.Pdf.TextExtract
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfTextDocument(
	Stream s
)

Parameters

s
Type: System.IOStream
Stream where PDF document store.
See Also