Creates a new PDF page with the specified size, margins and orientation and adds it to the collection
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
public PdfPage AddPage( PdfPageSize pageSize, PdfMargins pageMargins, PdfPageOrientation pageOrientation, RotationAngle pageRotation )
Parameters
- pageSize
- Type: WinnovativeClientPdfPageSize
The PDF page size in points - pageMargins
- Type: WinnovativeClientPdfMargins
The PDF page margins in points - pageOrientation
- Type: WinnovativeClientPdfPageOrientation
The PDF page orientation - pageRotation
- Type: WinnovativeClientRotationAngle
The PDF page rotation
Return Value
Type: PdfPageThe newly created PDF page
See Also