Used to add a sticky note to a document.
Namespace: TallComponents.PDF.Layout.Shapes.AnnotationsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public enum NoteIcon |
| Visual Basic |
|---|
Public Enumeration NoteIcon |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Checkmark | 0 | The sticky note is displayed as checkmark. | |
| Circle | 1 | The sticky note is displayed as circle. | |
| Comment | 2 | The sticky note is displayed as comment. | |
| Cross | 3 | The sticky note is displayed as cross. | |
| Help | 4 | The sticky note is displayed as help. | |
| Insert | 5 | The sticky note is displayed as insert text. | |
| Key | 6 | The sticky note is displayed as key. | |
| NewParagraph | 7 | The sticky note is displayed as new paragraph. | |
| Note | 8 | The sticky note is displayed as text note. | |
| Paragraph | 9 | The sticky note is displayed as paragraph. |