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