Table of Contents

Interface IAnnotationFlattener

Namespace
iText.Kernel.Utils.Annotationsflattening
Assembly
itext.kernel.dll

Interface for annotation flatten workers.

public interface IAnnotationFlattener

Remarks

Interface for annotation flatten workers. This interface is then used in PdfAnnotationFlattener to flatten annotations.

Methods

Flatten(PdfAnnotation, PdfPage)

Flatten annotation.

bool Flatten(PdfAnnotation annotation, PdfPage page)

Parameters

annotation PdfAnnotation

annotation to flatten

page PdfPage

page to flatten annotation on

Returns

bool

true if annotation was flattened, false otherwise