Inserts a document at the specified index location within the PdfDocumentCollection.
Visual Basic |
---|
Public Sub Insert( _ ByVal Index As Long, _ ByVal pIPdfDocument As PdfDocument _ ) |
- Index
- A long value which represents the zero-based index to insert the given pIPDFDocument.
- pIPdfDocument
- A PDFDocument to insert into the PdfDocumentCollection.