Class PdfFreeTextAnnotation
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a free text annotation.
public sealed class PdfFreeTextAnnotation : PdfWidget
- Inheritance
-
PdfFreeTextAnnotation
- Inherited Members
Remarks
A free text annotation displays text directly on the page. Unlike an ordinary text annotation (PdfTextAnnotation), a free text annotation has no open or closed state; instead of being displayed in a pop-up window, the text is always visible.
Properties
- Author
Gets or sets the identifier of the person who added the annotation.
- BackgroundColor
Gets the color of the annotation background.
- Border
Gets the properties of the annotation line.
- CreationDate
Gets the date and time when the annotation was created.
- Subject
(PDF 1.5) Gets or sets the annotation subject.
- Text
Gets the text content of this annotation.