Creates a new page with the specified size and inserts it at a specific position in the document.

Namespace:  C1.Silverlight.Pdf
Assembly:  C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)

Syntax

C#
public void Insert(
	int index,
	PaperKind paperKind
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	paperKind As PaperKind _
)

Parameters

index
Type: System..::..Int32
The position where the new page will be inserted.
paperKind
Type: C1.Silverlight.Pdf..::..PaperKind
The size of the new page, expressed as a PaperKind.

See Also