PdfDocumentAddPage(PdfDocumentMargins) Method
Adds a new page with the default size and orientation and the given margins to the end of this document
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfPage AddPage(
PdfDocumentMargins margins
)
Public Function AddPage (
margins As PdfDocumentMargins
) As PdfPage
public:
PdfPage^ AddPage(
PdfDocumentMargins^ margins
)
member AddPage :
margins : PdfDocumentMargins -> PdfPage
- margins PdfDocumentMargins
- The page margins
PdfPageThe added page