Method AddJaggedUnderlineAnnotation
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
AddJaggedUnderlineAnnotation(string, PdfRectangle, PdfColor?)
Adds the new jagged-underline annotation to the PdfPage.
public PdfJaggedUnderlineAnnotation AddJaggedUnderlineAnnotation(string contents, PdfRectangle bounds, PdfColor? lineColor)
Parameters
contents
stringThe contents of the annotation.
bounds
PdfRectangleThe PdfRectangle structure that specifies the location and the size of the underlined area.
lineColor
PdfColorColor of the annotation's line.
Returns
- PdfJaggedUnderlineAnnotation
The newly created PdfJaggedUnderlineAnnotation object.