Click or drag to resize

WpfPdfMarkupAnnotationRenderingEngineRenderUnderline Method

This method is used to render an underline 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 RenderUnderline(
	WpfPdfMarkupAnnotation annotation,
	Pen pen,
	WpfRenderEnvironment e
)

Parameters

annotation
Type: Atalasoft.Annotate.Wpf.PdfWpfPdfMarkupAnnotation
The annotation to render.
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