ComponentOne PDF for WPF and Silverlight
Insert(Int32) Method

C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace > PdfPageCollection Class > Insert Method : Insert(Int32) Method
The position where the new page will be inserted.
Creates a new page and inserts it at a specific position in the document.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As Integer _
) 
public void Insert( 
   int index
)

Parameters

index
The position where the new page will be inserted.
Remarks

The size of the new page is determined by the PageSize property of the parent document.

The new page becomes current after it is added to the document (see the CurrentPage property).

See Also

Reference

PdfPageCollection Class
PdfPageCollection Members
Overload List