Class HighLightTextMarkupAnnotationFlattener
- Namespace
- iText.Kernel.Utils.Annotationsflattening
- Assembly
- itext.kernel.dll
Implementation of IAnnotationFlattener for highlight text markup annotations.
public class HighLightTextMarkupAnnotationFlattener : AbstractTextMarkupAnnotationFlattener, IAnnotationFlattener
- Inheritance
-
HighLightTextMarkupAnnotationFlattener
- Implements
- Inherited Members
Constructors
HighLightTextMarkupAnnotationFlattener()
Creates a new HighLightTextMarkupAnnotationFlattener instance.
public HighLightTextMarkupAnnotationFlattener()
Methods
CreateCanvas(PdfPage)
Creates a canvas.
protected override PdfCanvas CreateCanvas(PdfPage page)
Parameters
page
PdfPagethe page to draw the annotation on
Returns
Remarks
Creates a canvas. It will draw below the other items on the canvas.
Draw(PdfAnnotation, PdfPage)
protected override bool Draw(PdfAnnotation annotation, PdfPage page)
Parameters
annotation
PdfAnnotationpage
PdfPage