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 annotation author.
- Color
Gets or sets the color of this annotation.
- Contents
Gets or sets the annotation contents.
- CreationDate
Gets the date and time when the annotation was created.
- Marker
Gets the properties of the annotation line.
- PathCount
Gets the number of the paths in the annotation.
- Subject
(PDF 1.5) Gets or sets the annotation 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.