RtfToPdfDocumentOptionsAddEndPdf(Byte) Method

Add a PDF to the list of documents to be included after the converted HTML content in the final PDF

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.RtfToPdf (in Winnovative.Pdf.Next.RtfToPdf.dll) Version: 20.0.0
C#
public void AddEndPdf(
	byte[] endPdfData
)

Parameters

endPdfData  Byte
The PDF document data

See Also