Enum PdfAnnotationSubtype
Represents the subtype of a PDF annotation as defined in the PDF specification.
public enum PdfAnnotationSubtype
Fields
Caret = 14
Circle = 6
FileAttachment = 17
FreeText = 3
Highlight = 9
Ink = 15
Line = 4
Link = 2
Movie = 19
Polygon = 7
Polyline = 8
Popup = 16
PrinterMark = 22
Redact = 28
RichMedia = 26
Screen = 21
Sound = 18
Square = 5
Squiggly = 11
Stamp = 13
Strikeout = 12
Text = 1
ThreeD = 25
TrapNet = 23
Underline = 10
Unknown = 0
Watermark = 24
Widget = 20
XfaWidget = 27
Remarks
This enumeration provides a comprehensive list of annotation subtypes that can be used in a PDF document. Each subtype corresponds to a specific type of annotation, such as text notes, links, highlights, or multimedia elements.