Click or drag to resize
Document Constructor (Stream)
Creates a PDF document object from the specified stream containing the PDF document.

Namespace: ExpertPdf.PdfCreator
Assembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntax
public Document(
	Stream pdfStream
)

Parameters

pdfStream
Type: System.IOStream
The PDF document stream.
See Also