Document(Stream) Constructor |
Creates a PDF document object from the specified stream containing the PDF document.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic Document(
Stream pdfStream
)
Public Sub New (
pdfStream As Stream
)
Parameters
- pdfStream Stream
- The PDF document stream.
See Also