DocumentAddPage(PdfPageSize, PdfMargins, PdfPageOrientation, RotationAngle) Method
Creates a new PDF page with the specified size, margins and orientation and adds it to the collection
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
public PdfPage AddPage(
PdfPageSize pageSize,
PdfMargins pageMargins,
PdfPageOrientation pageOrientation,
RotationAngle pageRotation
)
Public Function AddPage (
pageSize As PdfPageSize,
pageMargins As PdfMargins,
pageOrientation As PdfPageOrientation,
pageRotation As RotationAngle
) As PdfPage
- 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