|
PdfDocumentAddPage(PdfCustomPageSize, PdfMargins, PdfPageOrientation) Method
|
Creates a new pdf page with the specified size, margins and orientation and adds it to the pdf document pages collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfPage AddPage(
PdfCustomPageSize pageSize,
PdfMargins pageMargins,
PdfPageOrientation pageOrientation
)
Public Function AddPage (
pageSize As PdfCustomPageSize,
pageMargins As PdfMargins,
pageOrientation As PdfPageOrientation
) As PdfPage
Parameters
- pageSize PdfCustomPageSize
- The pdf page size.
- pageMargins PdfMargins
- The pdf page margins.
- pageOrientation PdfPageOrientation
- The pdf page orientation.
Return Value
PdfPageThe newly created pdf page.
See Also