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