MarkdownToPdfDocumentOptionsAddStartPdf(Byte) Method

Add a PDF from a memory buffer to the list of documents to be included before the converted Markdown content in the final PDF

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.MarkdownToPdf (in Winnovative.Pdf.Next.MarkdownToPdf.dll) Version: 20.0.0
C#
public void AddStartPdf(
	byte[] startPdfData
)

Parameters

startPdfData  Byte
The PDF document data

See Also