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 Summary
-
Method Details
-
copy
Copies a page. The new page must already be created before calling this, either in a newPdfDocumentor in the samePdfDocumentas the old page.- Parameters:
fromPage- the source pagetoPage- the target page in a target document
-