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: WinnovativeClientAssembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 20.0.0
public PdfPage AddPage(
PdfPageSize pageSize,
PdfMargins pageMargins,
PdfPageOrientation pageOrientation,
RotationAngle pageRotation
)
- 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