Interface IAnnotationFlattener
- Namespace
- iText.Kernel.Utils.Annotationsflattening
- Assembly
- itext.kernel.dll
Interface for annotation flatten workers.
public interface IAnnotationFlattener
Remarks
Interface for annotation flatten workers. This interface is then used in PdfAnnotationFlattener to flatten annotations.
Methods
Flatten(PdfAnnotation, PdfPage)
Flatten annotation.
bool Flatten(PdfAnnotation annotation, PdfPage page)
Parameters
annotation
PdfAnnotationannotation to flatten
page
PdfPagepage to flatten annotation on
Returns
- bool
true if annotation was flattened, false otherwise