Click or drag to resize

WpfPdfMarkupAnnotationRenderingEngineRenderHighlighter Method

This method is used to render a highlighter markup annotation.

Namespace:  Atalasoft.Annotate.Wpf.Pdf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void RenderHighlighter(
	WpfPdfMarkupAnnotation annotation,
	Brush fill,
	Pen pen,
	WpfRenderEnvironment e
)

Parameters

annotation
Type: Atalasoft.Annotate.Wpf.PdfWpfPdfMarkupAnnotation
The annotation to render.
fill
Type: System.Windows.MediaBrush
The brush used for a fill. This may be null.
pen
Type: System.Windows.MediaPen
The pen used for the outline. This may be null.
e
Type: Atalasoft.Annotate.Wpf.RendererWpfRenderEnvironment
The render environment used for rendering this annotation.
See Also