Click or drag to resize

Document(Stream) Constructor

Creates a PDF document object from the specified stream containing the PDF document.

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

Parameters

pdfStream  Stream
The PDF document stream.
See Also