Insert(Int32,SizeF) Method
In This Topic
Creates a new page with the specified size and inserts it at a specific position in the document.
Syntax
'Declaration
Public Overloads Function Insert( _
ByVal As System.Integer, _
ByVal As System.Drawing.SizeF _
) As Page
public Page Insert(
System.int ,
System.Drawing.SizeF
)
Parameters
- index
- The position where the new page will be inserted.
- pageSize
- The size of the new page, expressed in points.
Return Value
The newly created page.
See Also