PdfTextAnnotationIcon Enumeration
|
Specifies the enumeration of popup annotation icons.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfTextAnnotationIcon
Public Enumeration PdfTextAnnotationIcon
public enum class PdfTextAnnotationIcon
type PdfTextAnnotationIcon
Members
|
Member name
|
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.
|
See Also