Class PdfTextMarkupAnnotation
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Base class for text markup annotations.
public abstract class PdfTextMarkupAnnotation : PdfWidget
- Inheritance
-
PdfTextMarkupAnnotation
- Derived
- Inherited Members
Remarks
Text markup annotations appear as highlights, underlines, strikeouts, or jagged underlines in the text of a document. When opened, they display 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.
- Subject
(PDF 1.5) Gets or sets the annotation subject.
Methods
- GetTextBounds()
Gets a collection of quadrilaterals that encompass a word or group of contiguous words in the text underlying the annotation.
- SetTextBounds(IEnumerable<PdfQuadrilateral>)
Sets a collection of quadrilaterals that encompass a word or group of contiguous words in the text underlying the annotation.