iText 8.0.2 API
iText.Kernel.Utils.Annotationsflattening.PdfAnnotationFlattenFactory Class Reference

Public Member Functions

  PdfAnnotationFlattenFactory ()
  Creates a new PdfAnnotationFlattenFactory instance. More...
 
virtual IAnnotationFlattener  GetAnnotationFlattenWorker (PdfName name)
  Gets the annotation flatten worker for the specified annotation subtype. More...
 

Constructor & Destructor Documentation

◆ PdfAnnotationFlattenFactory()

iText.Kernel.Utils.Annotationsflattening.PdfAnnotationFlattenFactory.PdfAnnotationFlattenFactory ( )
inline

Creates a new PdfAnnotationFlattenFactory instance.

Member Function Documentation

◆ GetAnnotationFlattenWorker()

virtual IAnnotationFlattener iText.Kernel.Utils.Annotationsflattening.PdfAnnotationFlattenFactory.GetAnnotationFlattenWorker ( PdfName  name )
inlinevirtual

Gets the annotation flatten worker for the specified annotation subtype.

Parameters
name the annotation subtype. If the subtype is unknown, the worker for the null type will be returned.
Returns
the annotation flatten worker