EVO HTML to PDF Converter

Document Constructor (Stream)

EVO HTML to PDF Converter for .NET Documentation
Creates a PDF document object from the specified stream containing the PDF document.

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public Document(
	Stream pdfStream
)

Parameters

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

Reference