Method AddStrikeoutAnnotation
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
AddStrikeoutAnnotation(string, PdfRectangle, PdfColor?)
Adds the new strikeout annotation to the PdfPage.
public PdfStrikeoutAnnotation AddStrikeoutAnnotation(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 strikethrough area.
lineColor
PdfColorColor of the annotation's line.
Returns
- PdfStrikeoutAnnotation
The newly created PdfStrikeoutAnnotation object.