iText 8.0.4 API
iText.Kernel.Pdf.IPdfPageExtraCopier Interface Reference

This interface defines logic which can be used to perform a custom copying operation of a PdfPage. More...

Inheritance diagram for iText.Kernel.Pdf.IPdfPageExtraCopier:
iText.Kernel.Pdf.IPdfPageFormCopier iText.Forms.PdfPageFormCopier

Public Member Functions

void  Copy (PdfPage fromPage, PdfPage toPage)
  Copies a page. More...
 

Detailed Description

This interface defines logic which can be used to perform a custom copying operation of a PdfPage.

Member Function Documentation

◆ Copy()

void iText.Kernel.Pdf.IPdfPageExtraCopier.Copy ( PdfPage  fromPage,
PdfPage  toPage 
)

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.

Parameters
fromPage the source page
toPage the target page in a target document

Implemented in iText.Forms.PdfPageFormCopier.