Specifies the enumeration of popup annotation icons.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfTextAnnotationIcon
Public Enumeration PdfTextAnnotationIcon
public enum class PdfTextAnnotationIcon
type PdfTextAnnotationIcon
Members
| Member | Value | Description |
|---|---|---|
| Note | 0 |
Indicates note text annotation.
|
| Comment | 1 |
Indicates comment text annotation.
|
| Help | 2 |
Indicates help text annotation.
|
| Insert | 3 |
Indicates insert text annotation.
|
| Key | 4 |
Indicates key text annotation.
|
| NewParagraph | 5 |
Indicates new paragraph text annotation.
|
| Paragraph | 6 |
Indicates paragraph text annotation.
|