Table of Contents

Class PdfTextAnnotation

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

Class for a text annotation.

public sealed class PdfTextAnnotation : PdfWidget
Inheritance
PdfTextAnnotation
Inherited Members

Remarks

A text annotation represents a "sticky note" attached to a point in the PDF document. When closed, the annotation appears as an icon; when open, it displays a pop-up window containing the text of the note in a font and size chosen by the viewer application. Text annotations do not scale and rotate with the page; they behave as if the NoZoom and NoRotate properties were always set.

Properties

Color

Gets or sets the color of this PdfTextAnnotation.

Contents

Gets or sets this PdfTextAnnotation contents.

CreationDate

Gets the date and time when this PdfTextAnnotation was created.

Icon

Gets or sets the icon to be used in displaying the annotation.

Opened

Gets or sets a value indicating whether this PdfTextAnnotation should initially be displayed open.

Subject

(PDF 1.5) Gets or sets this PdfTextAnnotation subject.

Title

Gets or sets the annotation title.