EVO PDF Logo

DocumentAppendDocument Method (Byte)

EVO PDF Client for .NET Framework
Appends the PDF document given as parameter to the current document

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void AppendDocument(
	byte[] pdfData
)

Parameters

pdfData
Type: SystemByte
The PDF document data
See Also

Reference