In This Topic
GdPicture14 Namespace / PdfStickyNoteAnnotationIcon Enumeration

PdfStickyNoteAnnotationIcon Enumeration

In This Topic
Defines the name of an icon to be used in displaying the sticky note annotation.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PdfStickyNoteAnnotationIcon 
   Inherits System.Enum
[ComVisible(true)]
public enum PdfStickyNoteAnnotationIcon : System.Enum 
public enum PdfStickyNoteAnnotationIcon = class(System.Enum)
ComVisibleAttribute()
public enum PdfStickyNoteAnnotationIcon extends System.Enum
[ComVisible(true)]
__value public enum PdfStickyNoteAnnotationIcon : public System.Enum 
[ComVisible(true)]
public enum class PdfStickyNoteAnnotationIcon : public System.Enum 
Members
MemberValueDescription
PdfAnnotationIconCheck7The check icon.
PdfAnnotationIconCircle8The circle icon.
PdfAnnotationIconComment0The comment icon.
PdfAnnotationIconCross9The cross icon.
PdfAnnotationIconCrossHairs10The cross-hairs icon.
PdfAnnotationIconHelp3The help icon.
PdfAnnotationIconInsert6The insert icon.
PdfAnnotationIconKey1The key icon.
PdfAnnotationIconNewParagraph4The new paragraph icon.
PdfAnnotationIconNote2The note icon. The default value.
PdfAnnotationIconParagraph5The paragraph icon.
PdfAnnotationIconRightArrow11The right arrow icon.
PdfAnnotationIconRightPointer12The right pointer icon.
PdfAnnotationIconStar13The star icon.
PdfAnnotationIconUpArrow14The up arrow icon.
PdfAnnotationIconUpLeftArrow15The up left icon.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfStickyNoteAnnotationIcon

See Also