Creates a new page and inserts it at the specified index.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfPageBase Insert(
	int index
)
Public Function Insert ( 
	index As Integer
) As PdfPageBase
public:
PdfPageBase^ Insert(
	int index
)
member Insert : 
        index : int -> PdfPageBase 

Parameters

index
Int32
The index.

Return Value

PdfPageBase
The created page.

See Also