PdfDocumentOptionsAddStartDocument(Stream) Method
Adds a PDF document from the given stream before the result of conversion. If the
AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved. The header and footer are not applied to the PDF
documents added by this method. If you want to enable the header and footer in the added PDF document use the
AddStartDocument(Stream, Boolean, Boolean, Boolean)Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public void AddStartDocument(
Stream pdfStream
)
Public Sub AddStartDocument (
pdfStream As Stream
)
public:
void AddStartDocument(
Stream^ pdfStream
)
member AddStartDocument :
pdfStream : Stream -> unit
Parameters
- pdfStream Stream
- The stream from where to read the PDF document to be inserted before conversion result