Interface IPdfPageExtraCopier
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
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.