Class TextNoteElement
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
Represents a text annotation in the PDF page.
[ClassInterface(ClassInterfaceType.AutoDual)]
public class TextNoteElement : PageElement
- Inheritance
-
TextNoteElement
- Inherited Members
Constructors
TextNoteElement(RectangleF, string)
Constructs a text note element
public TextNoteElement(RectangleF linkRectangle, string text)
Parameters
linkRectangle
RectangleFThe link rectangle in page
text
stringThe text annotation
Properties
LinkRectangle
Gets or sets the text note element rectangle in PDF page
public RectangleF LinkRectangle { get; set; }
Property Value
NoteIcon
Gets or sets text note icon in PDF document.
public TextNoteIcon NoteIcon { get; set; }
Property Value
Open
Gets or sets default annotation status. Default value is false and the annotation is closed
public bool Open { get; set; }
Property Value
Text
Gets or sets the annotation text
public string Text { get; set; }