PdfDocumentOptionsAddStartDocument Method

Overload List

AddStartDocument(Byte) Adds a PDF document from the given stream before the result of HTML to PDF conversion. 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(Byte, Boolean, Boolean, Boolean)
AddStartDocument(String) Adds a PDF document from the given file before the result of HTML to PDF conversion. 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(String, Boolean, Boolean, Boolean)
AddStartDocument(Byte, Boolean, Boolean, Boolean) Adds a PDF document from the given stream before the result of HTML to PDF conversion
AddStartDocument(String, Boolean, Boolean, Boolean) Adds a PDF document from the given file before the result of HTML to PDF conversion

See Also