PdfAnnotationWidgetTypes Enumeration
|
Specifies the annotation types.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfAnnotationWidgetTypes
Public Enumeration PdfAnnotationWidgetTypes
public enum class PdfAnnotationWidgetTypes
type PdfAnnotationWidgetTypes
Members
|
Member name
|
Value
|
Description
|
|
Highlight
|
0
|
Highlight type annotation.
|
|
Underline
|
1
|
Underline type annotation.
|
|
StrikeOut
|
2
|
StrikeOut type annotation.
|
|
Squiggly
|
3
|
Squiggly type annotation.
|
|
AnnotationStates
|
4
|
AnnotationStates type.
|
|
TextAnnotation
|
5
|
TextAnnotation type.
|
|
LinkAnnotation
|
6
|
LinkAnnotation type.
|
|
DocumentLinkAnnotation
|
7
|
DocumentLinkAnnotation type.
|
|
FileLinkAnnotation
|
8
|
FileLinkAnnotation type.
|
|
FreeTextAnnotation
|
9
|
FreeTextAnnotation type.
|
|
LineAnnotation
|
10
|
LineAnnotation type.
|
|
SquareandCircleAnnotation
|
11
|
SquareandCircleAnnotation type.
|
|
PolygonandPolylineAnnotation
|
12
|
PolygonandPolylineAnnotation type.
|
|
TextMarkupAnnotation
|
13
|
TextMarkupAnnotation type.
|
|
CaretAnnotation
|
14
|
CaretAnnotation type.
|
|
RubberStampAnnotation
|
15
|
RubberStampAnnotation type.
|
|
LnkAnnotation
|
16
|
LnkAnnotation type.
|
|
PopupAnnotation
|
17
|
PopupAnnotation type.
|
|
FileAttachmentAnnotation
|
18
|
FileAttachmentAnnotation type.
|
|
SoundAnnotation
|
19
|
SoundAnnotation type.
|
|
MovieAnnotation
|
20
|
MovieAnnotation type.
|
|
ScreenAnnotation
|
21
|
ScreenAnnotation type.
|
|
WidgetAnnotation
|
22
|
WidgetAnnotation type.
|
|
PrinterMarkAnnotation
|
23
|
PrinterMarkAnnotation type.
|
|
TrapNetworkAnnotation
|
24
|
TrapNetworkAnnotation type.
|
|
WatermarkAnnotation
|
25
|
WatermarkAnnotation type.
|
|
TextWebLinkAnnotation
|
26
|
TextWebLinkAnnotation type.
|
|
_3DAnnotation
|
27
|
3DAnnotation type.
|
|
Null
|
28
|
No annotation.
|
|
PolygonAnnotation
|
29
|
Polygon Annotation type
|
|
PolyLineAnnotation
|
30
|
PolyLine Annotation type
|
|
SquareAnnotation
|
31
|
Square Annotation type
|
|
InkAnnotation
|
32
|
Ink Annotation type
|
|
CircleAnnotation
|
33
|
Circle Annotation type
|
|
RichMediaAnnotation
|
34
|
RichMedia Annotation type
|
See Also