DocumentInsertDocument(Int32, String) Method
Inserts the PDF file 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,
string pdfFilePath
)
Public Sub InsertDocument (
insertIndex As Integer,
pdfFilePath As String
)
Parameters
- insertIndex Int32
- The page index where to start insertion in this document
- pdfFilePath String
- The PDF document full path