[]
Creates a new PageContentStream and inserts it at a specific position in this PageContentStream.
public PageContentStream Insert(int index)
Public Function Insert(index As Integer) As PageContentStream
Type | Name | Description |
---|---|---|
int | index | The position where the new page will be inserted. |
Type | Description |
---|---|
PageContentStream | The newly created page. |