PdfDocumentAddDocument(Byte) Method

Adds a PDF from data to the end of this document

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void AddDocument(
	byte[] pdfData
)

Parameters

pdfData  Byte
The PDF document data

See Also