Creates a PDF document object from the specified stream containing the PDF document.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public Document( Stream pdfStream ) |
| Visual Basic |
|---|
Public Sub New ( pdfStream As Stream ) |
| Visual C++ |
|---|
public: Document( Stream^ pdfStream ) |
Parameters
- pdfStream
- Type: System.IO..::..Stream
The PDF document stream.