Class TextAnnotation.AnnotationIcon
Icons used to interact with (open/close) the annotation with the PDF page.
Inheritance
Namespace: IronPdf.Annotations
Assembly: IronPdf.dll
Syntax
public sealed class AnnotationIcon : Enum
The AnnotationIcon enumeration in IronPDF picks the glyph shown for a sticky-note style TextAnnotation when the PDF reader displays it on the page.
Part of the IronPdf.Annotations.TextAnnotation class, the 8 declared values include Note, Comment, Help, Key, Insert, NewParagraph, Paragraph, and NoIcon for hiding the marker entirely.
Set this property when constructing a text annotation so the viewer renders the intended visual cue. For end-to-end annotation workflows, see Add & Edit Annotations.
Fields
Comment
A Comment Icon
Declaration
public const TextAnnotation.AnnotationIcon Comment
Field Value
| Type | Description |
|---|---|
| TextAnnotation.AnnotationIcon |
Help
A Help Icon
Declaration
public const TextAnnotation.AnnotationIcon Help
Field Value
| Type | Description |
|---|---|
| TextAnnotation.AnnotationIcon |
Insert
An 'Insert' Icon
Declaration
public const TextAnnotation.AnnotationIcon Insert
Field Value
| Type | Description |
|---|---|
| TextAnnotation.AnnotationIcon |
Key
A Key Icon
Declaration
public const TextAnnotation.AnnotationIcon Key
Field Value
| Type | Description |
|---|---|
| TextAnnotation.AnnotationIcon |
NewParagraph
A New Paragraph Icon
Declaration
public const TextAnnotation.AnnotationIcon NewParagraph
Field Value
| Type | Description |
|---|---|
| TextAnnotation.AnnotationIcon |
NoIcon
No icon, this is useful when an annotation will be signified by an existing graphic or object.
Declaration
public const TextAnnotation.AnnotationIcon NoIcon
Field Value
| Type | Description |
|---|---|
| TextAnnotation.AnnotationIcon |
Note
A Note Icon
Declaration
public const TextAnnotation.AnnotationIcon Note
Field Value
| Type | Description |
|---|---|
| TextAnnotation.AnnotationIcon |
Paragraph
A 'Paragraph of Text' Icon
Declaration
public const TextAnnotation.AnnotationIcon Paragraph
Field Value
| Type | Description |
|---|---|
| TextAnnotation.AnnotationIcon |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |