Interface IPdfPageFactory
Interface used to create instances of PdfPage.
public interface IPdfPageFactory
Methods
CreatePdfPage(PdfDictionary)
Create PdfPage on the base of the page PdfDictionary.
PdfPage CreatePdfPage(PdfDictionary pdfObject)
Parameters
pdfObject
PdfDictionarythe PdfDictionary object on which the PdfPage will be based
Returns
CreatePdfPage(PdfDocument, PageSize)
Create PdfPage with given page size and add it to the PdfDocument.
PdfPage CreatePdfPage(PdfDocument pdfDocument, PageSize pageSize)
Parameters
pdfDocument
PdfDocumentPdfDocument to add page
pageSize
PageSizePageSize of the created page