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 PdfTextAnnotationIcon
Public Enumeration PdfTextAnnotationIcon
public enum class PdfTextAnnotationIcon
type PdfTextAnnotationIcon

Members

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

See Also