public interface IPdfPageFactory
PdfPage
.
Modifier and Type | Method and Description |
---|---|
PdfPage |
createPdfPage(PdfDictionary pdfObject)
Create PdfPage on the base of the page PdfDictionary .
|
PdfPage |
createPdfPage(PdfDocument pdfDocument, PageSize pageSize)
Create PdfPage with given page size and add it to the PdfDocument .
|
PdfPage createPdfPage(PdfDictionary pdfObject)
PdfPage
on the base of the page PdfDictionary
.
pdfObject
- the PdfDictionary
object on which the PdfPage
will be based
PdfPage
PdfPage createPdfPage(PdfDocument pdfDocument, PageSize pageSize)
PdfPage
with given page size and add it to the PdfDocument
.
pdfDocument
- PdfDocument
to add page
pageSize
- PageSize
of the created page
PdfPage
Copyright © 1998–2023 iText Group NV. All rights reserved.