Click or drag to resize

PdfPageCollectionInsertPageAt(Int32, Single, Single) Method

Inserts a new page into the collection at the specified index.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfPage InsertPageAt(
	int index,
	float width,
	float height
)

Parameters

index  Int32
The zero-based index at which page should be inserted.
width  Single
The page width.
height  Single
The page height.

Return Value

PdfPage
A PdfPage that has been inserted into a document.
See Also