iText 9.1.0 API
|
Interface used to create instances of PdfPage. More...
Public Member Functions |
|
PdfPage | CreatePdfPage (PdfDictionary pdfObject) |
Create PdfPage on the base of the page PdfDictionary. More... |
|
PdfPage | CreatePdfPage (PdfDocument pdfDocument, PageSize pageSize) |
Create PdfPage with given page size and add it to the PdfDocument. More... |
|
Interface used to create instances of PdfPage.
PdfPage iText.Kernel.Pdf.IPdfPageFactory.CreatePdfPage | ( | PdfDictionary | pdfObject | ) |
Create PdfPage on the base of the page PdfDictionary.
pdfObject | the PdfDictionary object on which the PdfPage will be based |
Implemented in iText.Pdfa.PdfAPageFactory.
PdfPage iText.Kernel.Pdf.IPdfPageFactory.CreatePdfPage | ( | PdfDocument | pdfDocument, |
PageSize | pageSize | ||
) |
Create PdfPage with given page size and add it to the PdfDocument.
pdfDocument |
PdfDocument to add page
pageSize |
iText.Kernel.Geom.PageSize of the created page
Implemented in iText.Pdfa.PdfAPageFactory.