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: 16.0.0
public PdfPage AddPage(
PdfPageSize size,
PdfMargins margins,
PdfPageOrientation orientation,
PdfPageRotation rotation
)
Public Function AddPage (
size As PdfPageSize,
margins As PdfMargins,
orientation As PdfPageOrientation,
rotation As PdfPageRotation
) As PdfPage
public:
PdfPage^ AddPage(
PdfPageSize^ size,
PdfMargins^ margins,
PdfPageOrientation orientation,
PdfPageRotation rotation
)
member AddPage :
size : PdfPageSize *
margins : PdfMargins *
orientation : PdfPageOrientation *
rotation : PdfPageRotation -> PdfPage
- 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