PdfTextAnnotationIcon Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfTextAnnotationIcon Enumeration
Specifies the icon to be used in displaying PdfTextAnnotation.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfTextAnnotationIcon
VB
Public Enumeration PdfTextAnnotationIcon

Members

  Member nameValueDescription
Comment1 Predefined "Comment" icon to be used.
Key2 Predefined "Key" icon to be used.
Note3 Predefined "Note" icon to be used.
Help4 Predefined "Help" icon to be used.
NewParagraph5 Predefined "NewParagraph" icon to be used.
Paragraph6 Predefined "Paragraph" icon to be used.
Insert7 Predefined "Insert" icon to be used.

Remarks

Icon appearances are viewer application-specific.

See Also