iText 8.0.2 API
iText.Kernel.Utils.Annotationsflattening.IAnnotationFlattener Interface Reference

Interface for annotation flatten workers. More...

Inheritance diagram for iText.Kernel.Utils.Annotationsflattening.IAnnotationFlattener:
iText.Kernel.Utils.Annotationsflattening.DefaultAnnotationFlattener iText.Kernel.Utils.Annotationsflattening.NotSupportedFlattener iText.Kernel.Utils.Annotationsflattening.RemoveWithoutDrawingFlattener iText.Kernel.Utils.Annotationsflattening.WarnFormfieldFlattener iText.Kernel.Utils.Annotationsflattening.AbstractTextMarkupAnnotationFlattener iText.Kernel.Utils.Annotationsflattening.HighLightTextMarkupAnnotationFlattener iText.Kernel.Utils.Annotationsflattening.SquigglyTextMarkupAnnotationFlattener iText.Kernel.Utils.Annotationsflattening.StrikeOutTextMarkupAnnotationFlattener iText.Kernel.Utils.Annotationsflattening.UnderlineTextMarkupAnnotationFlattener

Public Member Functions

bool  Flatten (PdfAnnotation annotation, PdfPage page)
  Flatten annotation. More...
 

Detailed Description

Interface for annotation flatten workers.

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

Member Function Documentation

◆ Flatten()

bool iText.Kernel.Utils.Annotationsflattening.IAnnotationFlattener.Flatten ( PdfAnnotation  annotation,
PdfPage  page 
)