PdfDocumentControlAppendPdfStream(Stream) Method
Call this method to append a PDF from a stream after the HTML to PDF conversion in the final document
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void AppendPdfStream(
Stream pdfStream
)
Public Sub AppendPdfStream (
pdfStream As Stream
)
public:
void AppendPdfStream(
Stream^ pdfStream
)
member AppendPdfStream :
pdfStream : Stream -> unit
Parameters
- pdfStream Stream
- The PDF stream to append