PdfDocument.InsertPage Method

Inserts new page into the collection of document pages at the specified index.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfPage InsertPage(
	int index
)
VB
Public Function InsertPage ( 
	index As Integer
) As PdfPage

Parameters

index
Type: System.Int32
The zero-based index at which new page should be inserted.

Return Value

Type: PdfPage
The newly inserted PdfPage.

See Also