DocumentAppendDocument(Byte, String) Method

Appends the password protected PDF document given as parameter to the current document

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void AppendDocument(
	byte[] pdfData,
	string password
)

Parameters

pdfData  Byte
The PDF document data
password  String
The password to open the appended PDF document

See Also