TextNoteElement Class

Represents a text annotation in the PDF page.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public class TextNoteElement : PageElement
Inheritance
Object    PageElement    TextNoteElement

Constructors

TextNoteElement Constructs a text note element

Properties

LinkRectangle Gets or sets the text note element rectangle in PDF page
NoteIcon Gets or sets text note icon in PDF document.
Open Gets or sets default annotation status. Default value is false and the annotation is closed
Text Gets or sets the annotation text

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also