Table of Contents

Class PdfInkAnnotation

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Class for an ink annotation.

public sealed class PdfInkAnnotation : PdfWidget
Inheritance
PdfInkAnnotation
Inherited Members

Remarks

An ink annotation represents a freehand "scribble" composed of one or more disjoint paths. When opened, it displays a pop-up window containing the text of the associated note.

Properties

Author

Gets or sets the author specified for this PdfInkAnnotation.

Color

Gets or sets the color of this annotation.

Contents

Gets or sets this PdfInkAnnotation contents.

CreationDate

Gets the date and time when this PdfInkAnnotation was created.

Marker

Gets the properties of this PdfInkAnnotation line.

PathCount

Gets the number of the paths in the annotation.

Subject

(PDF 1.5) Gets or sets this PdfInkAnnotation subject.

Methods

AddPath(IEnumerable<PdfPoint>)

Adds a new path to the end of this annotation path collection.

GetPath(int)

Gets the collection of points in the path specified by the index.

RemovePathAt(int)

Removes the path at the specified index of this annotation paths.