[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PageContentStreamCollection.Insert

Insert Method

Insert(int)

Creates a new PageContentStream and inserts it at a specific position in this PageContentStream.

Declaration
public PageContentStream Insert(int index)
Public Function Insert(index As Integer) As PageContentStream
Parameters
Type Name Description
int index

The position where the new page will be inserted.

Returns
Type Description
PageContentStream

The newly created page.