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