Click or drag to resize
Pdf Library for .NET

PdfMergeManagerAppend(Byte) Method

Append PDF document from a byte array.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public void Append(
	byte[] fileBytes
)

Parameters

fileBytes  Byte
A byte array representing an existing pdf document.
See Also