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
boundsPdfRectangleThe PdfRectangle structure that specifies the location and the size of the ink annotation area.
lineColorPdfColorColor of the annotation's line.
Returns
- PdfInkAnnotation
The newly created PdfUnderlineAnnotation object.