Interface IAnnotationFlattener
- All Known Implementing Classes:
AbstractTextMarkupAnnotationFlattener, DefaultAnnotationFlattener, HighLightTextMarkupAnnotationFlattener, NotSupportedFlattener, RemoveWithoutDrawingFlattener, SquigglyTextMarkupAnnotationFlattener, StrikeOutTextMarkupAnnotationFlattener, UnderlineTextMarkupAnnotationFlattener, WarnFormfieldFlattener
public interface IAnnotationFlattener
Interface for annotation flatten workers.
This interface is then used in
PdfAnnotationFlattener
to flatten annotations.-
Method Summary
Modifier and TypeMethodDescriptionbooleanflatten(PdfAnnotation annotation, PdfPage page) Flatten annotation.
-
Method Details
-
flatten
Flatten annotation.- Parameters:
annotation- annotation to flattenpage- page to flatten annotation on- Returns:
- true if annotation was flattened, false otherwise
-