Table of Contents

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 RectangleF

The link rectangle in page

text string

The text annotation

Properties

LinkRectangle

Gets or sets the text note element rectangle in PDF page

public RectangleF LinkRectangle { get; set; }

Property Value

RectangleF

NoteIcon

Gets or sets text note icon in PDF document.

public TextNoteIcon NoteIcon { get; set; }

Property Value

TextNoteIcon

Open

Gets or sets default annotation status. Default value is false and the annotation is closed

public bool Open { get; set; }

Property Value

bool

Text

Gets or sets the annotation text

public string Text { get; set; }

Property Value

string