DocumentInsertDocument(Int32, Byte, String) Method
Inserts the password protected PDF document given as parameter in the current document at the given page index
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public void InsertDocument(
int insertIndex,
byte[] pdfData,
string password
)
Public Sub InsertDocument (
insertIndex As Integer,
pdfData As Byte(),
password As String
)
Parameters
- insertIndex Int32
- The page index where to start insertion in this document
- pdfData Byte
- The PDF document data
- password String
- The password to open the inserted PDF document