Inserts the password protected PDF document given as parameter in the current document at the given page index
            
Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax
Parameters
- insertIndex
- Type: SystemInt32
 The page index where to start insertion in this document
- pdfData
- Type: SystemByte
 The PDF document data
- password
- Type: SystemString
 The password to open the inserted PDF document
See Also