PdfDocumentAddPage(PdfPageSize, PdfMargins, PdfPageOrientation, PdfPageRotation) Method
Adds a new page with the given size, margins, orientation and rotation at the end of this document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public PdfPage AddPage(
PdfPageSize size,
PdfMargins margins,
PdfPageOrientation orientation,
PdfPageRotation rotation
)
- size PdfPageSize
- The page size in points
- margins PdfMargins
- The page margins
- orientation PdfPageOrientation
- The page orientation
- rotation PdfPageRotation
- The page rotation
PdfPageThe added page