Interface IPdfPageFactory
- All Known Implementing Classes:
PdfAPageFactory, PdfPageFactory, PdfUAPageFactory
public interface IPdfPageFactory
Interface used to create instances of
PdfPage.-
Method Summary
Modifier and TypeMethodDescriptioncreatePdfPage(PdfDictionary pdfObject) CreatePdfPageon the base of the pagePdfDictionary.createPdfPage(PdfDocument pdfDocument, PageSize pageSize) CreatePdfPagewith given page size and add it to thePdfDocument.
-
Method Details
-
createPdfPage
CreatePdfPageon the base of the pagePdfDictionary.- Parameters:
pdfObject- thePdfDictionaryobject on which thePdfPagewill be based- Returns:
- created
PdfPage
-
createPdfPage
CreatePdfPagewith given page size and add it to thePdfDocument.- Parameters:
pdfDocument-PdfDocumentto add pagepageSize-PageSizeof the created page- Returns:
- created
PdfPage
-