ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocument Class : InsertPages Method |
BOOKMARKS - Inserts bookmarks as well as pages. The bookmark tree of source document is merged into the bookmark tree of the current document by copying it as a new first-level subtree of the current document's bookmark tree root, of which it becomes the last child. If the current document has no bookmark tree, it acquires one identical to the bookmark tree from source document.
THREADS - Inserts threads as well as pages.
ALL - Inserts document data from pages.
'Declaration Public Sub InsertPages( _ ByVal precedingIndex As Integer, _ ByVal document As ImGearPDFDocument, _ ByVal startPage As Integer, _ ByVal pageCount As Integer, _ ByVal options As ImGearPDFInsertFlags _ )
'Usage Dim instance As ImGearPDFDocument Dim precedingIndex As Integer Dim document As ImGearPDFDocument Dim startPage As Integer Dim pageCount As Integer Dim options As ImGearPDFInsertFlags instance.InsertPages(precedingIndex, document, startPage, pageCount, options)
public void InsertPages( int precedingIndex, ImGearPDFDocument document, int startPage, int pageCount, ImGearPDFInsertFlags options )
public: void InsertPages( int precedingIndex, ImGearPDFDocument* document, int startPage, int pageCount, ImGearPDFInsertFlags options )
public: void InsertPages( int precedingIndex, ImGearPDFDocument^ document, int startPage, int pageCount, ImGearPDFInsertFlags options )
BOOKMARKS - Inserts bookmarks as well as pages. The bookmark tree of source document is merged into the bookmark tree of the current document by copying it as a new first-level subtree of the current document's bookmark tree root, of which it becomes the last child. If the current document has no bookmark tree, it acquires one identical to the bookmark tree from source document.
THREADS - Inserts threads as well as pages.
ALL - Inserts document data from pages.