|
iText 9.4.0 API
|
This interface defines logic which can be used to perform a custom copying operation of a PdfPage. More...
Public Member Functions |
|
| void | Copy (PdfPage fromPage, PdfPage toPage) |
| Copies a page. More... |
|
This interface defines logic which can be used to perform a custom copying operation of a PdfPage.
Copies a page.
Copies a page. The new page must already be created before calling this, either in a new PdfDocument or in the same PdfDocument as the old page.
| fromPage | the source page |
| toPage | the target page in a target document |
Implemented in iText.Forms.PdfPageFormCopier.