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 PdfPopupIcon
Public Enumeration PdfPopupIcon
public enum class PdfPopupIcon
type PdfPopupIcon
Members
| Member | Value | Description |
|---|---|---|
| Note | 0 |
Indicates note popup annotation.
|
| Comment | 1 |
Indicates comment popup annotation.
|
| Help | 2 |
Indicates help popup annotation.
|
| Insert | 3 |
Indicates insert popup annotation.
|
| Key | 4 |
Indicates key popup annotation.
|
| NewParagraph | 5 |
Indicates new paragraph popup annotation.
|
| Paragraph | 6 |
Indicates paragraph popup annotation.
|