C#
VB
Java
C++
Specifies the type of PDF annotation
[SerializableAttribute()]
public enum PDFAnnotationType
<SerializableAttribute()>
Public Enum PDFAnnotationType
public enum PDFAnnotationType
[SerializableAttribute()]
public enum class PDFAnnotationType
Members
Value | Member | Description |
---|---|---|
0 | Note | Note annotation |
1 | Text | Text annotation |
2 | Line | Line annotation |
3 | Rectangle | Rectangle annotation |
4 | Ellipse | Ellipse annotation |
5 | Polyline | Polyline annotation |
6 | Polygon | Polygon annotation |
7 | Pencil | Pencil annotation |
8 | Highlight | Highlight annotation |
9 | Underline | Underline annotation |
10 | Strikeout | Strikeout annotation |
11 | Squiggly | Squiggly annotation |
The PDFAnnotationType enumeration is used as the type for the PDFAnnotation.AnnotationType property.
For an example, refer to PDFAnnotation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET