Specifies the enumeration of popup annotation icons.

Namespace: Spire.Pdf.Annotations
Assembly: 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

MemberValueDescription
Note0
Indicates note popup annotation.
Comment1
Indicates comment popup annotation.
Help2
Indicates help popup annotation.
Insert3
Indicates insert popup annotation.
Key4
Indicates key popup annotation.
NewParagraph5
Indicates new paragraph popup annotation.
Paragraph6
Indicates paragraph popup annotation.

See Also