Table of Contents

Interface IPdfPageExtraCopier

Namespace
iText.Kernel.Pdf
Assembly
itext.kernel.dll

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

public interface IPdfPageExtraCopier

Methods

Copy(PdfPage, PdfPage)

Copies a page.

void Copy(PdfPage fromPage, PdfPage toPage)

Parameters

fromPage PdfPage

the source page

toPage PdfPage

the target page in a target document

Remarks

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.