HiQPdf Documentation

PdfDocumentControlInsertPdfFileBefore Method (Byte)

HiQPdf Client for .NET Core
Call this method to insert a PDF document from data before the HTML to PDF conversion in the final document

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void InsertPdfFileBefore(
	byte[] pdfData
)

Parameters

pdfData
Type: SystemByte
The PDF document data
See Also

Reference