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.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public PdfPage InsertPage(
int index,
PdfPageSize pageSize,
PdfMargins pageMargins,
PdfPageOrientation pageOrientation,
RotationAngle pageRotation
)
Public Function InsertPage (
index As Integer,
pageSize As PdfPageSize,
pageMargins As PdfMargins,
pageOrientation As PdfPageOrientation,
pageRotation As RotationAngle
) As PdfPage
- 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
PdfPageThe newly created PDF page