PdfPage.AddJaggedUnderlineAnnotation Method

Adds the new jagged-underline annotation to the PdfPage.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfJaggedUnderlineAnnotation AddJaggedUnderlineAnnotation(
	string contents,
	PdfRectangle bounds,
	PdfColor lineColor
)
VB
Public Function AddJaggedUnderlineAnnotation ( 
	contents As String,
	bounds As PdfRectangle,
	lineColor As PdfColor
) As PdfJaggedUnderlineAnnotation

Parameters

contents
Type: System.String
The contents of the annotation.
bounds
Type: BitMiracle.Docotic.Pdf.PdfRectangle
The PdfRectangle structure that specifies the location and the size of the underlined area.
lineColor
Type: BitMiracle.Docotic.Pdf.PdfColor
Color of the annotation's line.

Return Value

Type: PdfJaggedUnderlineAnnotation
The newly created PdfJaggedUnderlineAnnotation object.

See Also