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 basedPdfPagePdfPage createPdfPage(PdfDocument pdfDocument, PageSize pageSize)
PdfPage with given page size and add it to the PdfDocument.pdfDocument - PdfDocument to add pagepageSize - PageSize of the created pagePdfPageCopyright © 1998–2024 Apryse Group NV. All rights reserved.