This refers to types of annotation objects and functions
public enum KindOfEdit
Public Members
Member Name | Values | Explanation |
---|---|---|
Select | 0 | Selects an individual annotation object |
MultiSelect | 1 | Selects multiple annotation objects |
Line | 2 | Line object |
Polyline | 3 | Polyline object |
Polygon | 4 | Polygon object |
Pen | 5 | Pen object |
Rectangle | 6 | Rectangle object |
Ellipse | 7 | Ellipse object |
Text | 8 | Text object |
Image | 9 | Image object |
RoundRectangle | 10 | RoundRectangle object |
Stamp | 11 | Stamp object |
None | 99 | None (No object selected) |