Table of Contents

Class DestinationResolverCopyFilter

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

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 PdfDocument

the PdfDocument the pages are copied from

targetDocument PdfDocument

the 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)

Parameters

newParent PdfObject
name PdfName
value PdfObject

Returns

bool