|
iText 9.7.0 API
|
The class implements PDF page factory which is used for creating correct PDF/UA documents. More...
Public Member Functions |
|
| PdfUAPageFactory (PdfUAChecker checker) | |
| Instantiates a new PdfUAPageFactory instance based on iText.Pdfua.Checkers.PdfUAChecker. More... |
|
| virtual PdfPage | CreatePdfPage (PdfDictionary pdfObject) |
| virtual PdfPage | CreatePdfPage (PdfDocument pdfDocument, PageSize pageSize) |
The class implements PDF page factory which is used for creating correct PDF/UA documents.
|
inline |
Instantiates a new PdfUAPageFactory instance based on iText.Pdfua.Checkers.PdfUAChecker.
| checker | the PDF/UA checker |
|
inlinevirtual |
| pdfObject | the iText.Kernel.Pdf.PdfDictionary object on which the iText.Kernel.Pdf.PdfPage will be based |
Implements iText.Kernel.Pdf.IPdfPageFactory.
|
inlinevirtual |
| pdfDocument |
iText.Kernel.Pdf.PdfDocument to add page
| pageSize |
iText.Kernel.Geom.PageSize of the created page
Implements iText.Kernel.Pdf.IPdfPageFactory.