Table of Contents

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 author specified for this PdfTextMarkupAnnotation.

Color

Gets or sets the color of this annotation.

Contents

Gets or sets this PdfTextMarkupAnnotation contents.

CreationDate

Gets the date and time when this PdfTextMarkupAnnotation was created.

Subject

(PDF 1.5) Gets or sets this PdfTextMarkupAnnotation 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.