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: 16.0.0
public PdfPage AddPage(
PdfPageSize size,
PdfMargins margins
)
Public Function AddPage (
size As PdfPageSize,
margins As PdfMargins
) As PdfPage
public:
PdfPage^ AddPage(
PdfPageSize^ size,
PdfMargins^ margins
)
member AddPage :
size : PdfPageSize *
margins : PdfMargins -> PdfPage
- size PdfPageSize
- The page size in points
- margins PdfMargins
- The page margins
PdfPageThe added page