Insert Method (PageCollection)
In This Topic
Creates a new page and inserts it at a specific position in the document.
Overload List
Overload | Description |
Insert(Int32) | Creates a new page and inserts it at a specific position in the document. |
Insert(Int32,SizeF) | Creates a new page with the specified size and inserts it at a specific position in the document. |
Insert(Int32,PaperKind) | Creates a new page with the specified size and inserts it at a specific position in the document. |
Insert(Int32,Page) | (Inherited from System.Collections.ObjectModel.Collection<Page>) |
See Also