Represents a text annotation in the PDF page.
Inheritance Hierarchy
WinnovativeClientPageElement
WinnovativeClientTextNoteElement
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.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