Class DestinationResolverCopyFilter
A copy filter that will handle goto annotations and actions separately.
public class DestinationResolverCopyFilter : ICopyFilter
- Inheritance
-
DestinationResolverCopyFilter
- Implements
- Inherited Members
Constructors
DestinationResolverCopyFilter(PdfDocument, PdfDocument)
Initilazes a copy filter that will set all needed information aside to handle objects with a page destination after all pages are copied.
public DestinationResolverCopyFilter(PdfDocument fromDocument, PdfDocument targetDocument)
Parameters
fromDocument
PdfDocumentthe PdfDocument the pages are copied from
targetDocument
PdfDocumentthe PdfDocument the pages are copied to
Remarks
Initilazes a copy filter that will set all needed information aside to handle objects with a page destination after all pages are copied.
Methods
ShouldProcess(PdfObject, PdfName, PdfObject)
public virtual bool ShouldProcess(PdfObject newParent, PdfName name, PdfObject value)