Method AddInkAnnotation
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
AddInkAnnotation(PdfRectangle, PdfColor?)
Adds the new ink annotation to the PdfPage.
public PdfInkAnnotation AddInkAnnotation(PdfRectangle bounds, PdfColor? lineColor)
Parameters
bounds
PdfRectangleThe PdfRectangle structure that specifies the location and the size of the ink annotation area.
lineColor
PdfColorColor of the annotation's line.
Returns
- PdfInkAnnotation
The newly created PdfUnderlineAnnotation object.