Document(Stream) Constructor
Creates a PDF document object from the specified stream containing the PDF document.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public Document(
Stream pdfStream
)
Public Sub New (
pdfStream As Stream
)
public:
Document(
Stream^ pdfStream
)
new :
pdfStream : Stream -> Document
Parameters
- pdfStream Stream
- The PDF document stream.