Specifies the annotation types.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfAnnotationWidgetTypes
Public Enumeration PdfAnnotationWidgetTypes
public enum class PdfAnnotationWidgetTypes
type PdfAnnotationWidgetTypes

Members

MemberValueDescription
Highlight0
Highlight type annotation.
Underline1
Underline type annotation.
StrikeOut2
StrikeOut type annotation.
Squiggly3
Squiggly type annotation.
AnnotationStates4
AnnotationStates type.
TextAnnotation5
TextAnnotation type.
LinkAnnotation6
LinkAnnotation type.
DocumentLinkAnnotation7
DocumentLinkAnnotation type.
FileLinkAnnotation8
FileLinkAnnotation type.
FreeTextAnnotation9
FreeTextAnnotation type.
LineAnnotation10
LineAnnotation type.
SquareandCircleAnnotation11
SquareandCircleAnnotation type.
PolygonandPolylineAnnotation12
PolygonandPolylineAnnotation type.
TextMarkupAnnotation13
TextMarkupAnnotation type.
CaretAnnotation14
CaretAnnotation type.
RubberStampAnnotation15
RubberStampAnnotation type.
LnkAnnotation16
LnkAnnotation type.
PopupAnnotation17
PopupAnnotation type.
FileAttachmentAnnotation18
FileAttachmentAnnotation type.
SoundAnnotation19
SoundAnnotation type.
MovieAnnotation20
MovieAnnotation type.
ScreenAnnotation21
ScreenAnnotation type.
WidgetAnnotation22
WidgetAnnotation type.
PrinterMarkAnnotation23
PrinterMarkAnnotation type.
TrapNetworkAnnotation24
TrapNetworkAnnotation type.
WatermarkAnnotation25
WatermarkAnnotation type.
TextWebLinkAnnotation26
TextWebLinkAnnotation type.
_3DAnnotation27
3DAnnotation type.
Null28
No annotation.
PolygonAnnotation29
Polygon Annotation type
PolyLineAnnotation30
PolyLine Annotation type
SquareAnnotation31
Square Annotation type
InkAnnotation32
Ink Annotation type

See Also