DocumentInsertPage(Int32, PdfPageSize, PdfMargins, PdfPageOrientation, RotationAngle) Method

Creates a new PDF page with the specified size, margins and orientation and inserts it into the collection at the specified index.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfPage InsertPage(
	int index,
	PdfPageSize pageSize,
	PdfMargins pageMargins,
	PdfPageOrientation pageOrientation,
	RotationAngle pageRotation
)

Parameters

index  Int32
The index where to insert the new page.
pageSize  PdfPageSize
The PDF page size in points
pageMargins  PdfMargins
The PDF page margins in points
pageOrientation  PdfPageOrientation
The PDF page orientation
pageRotation  RotationAngle
The PDF page rotation

Return Value

PdfPage
The newly created PDF page

See Also