Table of Contents

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 PdfRectangle

The PdfRectangle structure that specifies the location and the size of the ink annotation area.

lineColor PdfColor

Color of the annotation's line.

Returns

PdfInkAnnotation

The newly created PdfUnderlineAnnotation object.