DocumentAppendDocument(Byte, String) Method

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

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.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