30
278
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server
2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1
or later), Windows Server 2003 SP2
See Also
Reference
PdfPageCollection Class
PdfPageCollection Members
Overload List
Insert(Int32,SizeF) Method
The position where the new page will be inserted.
The size of the new page, expressed in points.
Creates a new page with the specified size and inserts it at a specific position in the document.
Syntax
Visual Basic (Declaration)
Public Overloads Sub Insert( _
ByVal index As System.Integer, _
ByVal pageSize As System.Drawing.SizeF _
)
C#
public void Insert(
System.int index,
System.Drawing.SizeF pageSize
)
Parameters
index
The position where the new page will be inserted.
pageSize
The size of the new page, expressed in points.
Requirements