Table of Contents

Class NotSupportedFlattener

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

This class is used to warn that annotation flattening is not supported for the given annotation.

public class NotSupportedFlattener : IAnnotationFlattener
Inheritance
NotSupportedFlattener
Implements
Inherited Members

Constructors

NotSupportedFlattener()

Creates a new NotSupportedFlattener instance.

public NotSupportedFlattener()

Methods

Flatten(PdfAnnotation, PdfPage)

Logs a warning that annotation flattening is not supported for the given annotation.

public virtual 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