Document Constructor (Stream) |
Creates a PDF document object from the specified stream containing the PDF document.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic Document(
Stream pdfStream
)
Public Sub New (
pdfStream As Stream
)
Parameters
- pdfStream
- Type: System.IOStream
The PDF document stream.
See Also