Interface IPdfPageExtraCopier

  • All Known Subinterfaces:
    IPdfPageFormCopier
    All Known Implementing Classes:
    PdfPageFormCopier

    public interface IPdfPageExtraCopier
    This interface defines logic which can be used to perform a custom copying operation of a PdfPage.
    • Method Detail

      • copy

        void copy​(PdfPage fromPage,
                  PdfPage toPage)
        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