HiQPdf Documentation

PdfDocumentAddDocument Method (Byte)

HiQPdf Client for .NET Core
Adds a PDF from data to the end of this document

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

public void AddDocument(
	byte[] pdfData
)

Parameters

pdfData
Type: SystemByte
The PDF document data
See Also

Reference