Table of Contents

Class PdfAnnotationFlattenFactory

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

Helper class to retrieve the annotation flatten worker for the specified annotation subtype.

public class PdfAnnotationFlattenFactory
Inheritance
PdfAnnotationFlattenFactory
Inherited Members

Constructors

PdfAnnotationFlattenFactory()

Creates a new PdfAnnotationFlattenFactory instance.

public PdfAnnotationFlattenFactory()

Methods

GetAnnotationFlattenWorker(PdfName)

Gets the annotation flatten worker for the specified annotation subtype.

public virtual IAnnotationFlattener GetAnnotationFlattenWorker(PdfName name)

Parameters

name PdfName

the annotation subtype. If the subtype is unknown, the worker for the null type will be returned.

Returns

IAnnotationFlattener

the annotation flatten worker