In This Topic
GdPicture14.Annotations Namespace / Annotation.GdPictureAnnotationType Enumeration

Annotation.GdPictureAnnotationType Enumeration

In This Topic
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum Annotation.GdPictureAnnotationType 
   Inherits System.Enum
[ComVisible(true)]
public enum Annotation.GdPictureAnnotationType : System.Enum 
public enum Annotation.GdPictureAnnotationType = class(System.Enum)
ComVisibleAttribute()
public enum Annotation.GdPictureAnnotationType extends System.Enum
[ComVisible(true)]
__value public enum Annotation.GdPictureAnnotationType : public System.Enum 
[ComVisible(true)]
public enum class Annotation.GdPictureAnnotationType : public System.Enum 
Members
MemberValueDescription
AnnotationTypeComment2048 
AnnotationTypeConnectedLines5 
AnnotationTypeCustom1024 
AnnotationTypeEllipse6 
AnnotationTypeEmbeddedImage7 
AnnotationTypeFreeHand10 
AnnotationTypeFreeHandHighlighter11 
AnnotationTypeFreeHandPolygon12 
AnnotationTypeLine3 
AnnotationTypeLineArrow4 
AnnotationTypeLink13 
AnnotationTypePolygon14 
AnnotationTypePolyRuler16 
AnnotationTypeRectangle1 
AnnotationTypeRectangleHighlighter2 
AnnotationTypeRedaction17 
AnnotationTypeRubberStamp0 
AnnotationTypeRuler15 
AnnotationTypeStickyNote9 
AnnotationTypeText8 
AnnotationTypeUndefined-1 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.Annotations.Annotation.GdPictureAnnotationType

See Also