Click or drag to resize

PdfPageCollection.InsertPageAt(Int32, FS_SIZEF) 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,
	FS_SIZEF size
)

Parameters

index  Int32
The zero-based index at which page should be inserted.
size  FS_SIZEF
The page size

Return Value

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