Represents a text annotation in the PDF page.
Inheritance Hierarchy
EvoPdf.HtmlToPdfClientPageElement
EvoPdf.HtmlToPdfClientTextNoteElement
Namespace: EvoPdf.HtmlToPdfClient
Assembly: EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax
The TextNoteElement type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TextNoteElement |
Constructs a text note element
|
Properties
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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