New to Telerik Document ProcessingStart a free 30-day trial

Defines the set of PDF annotation categories supported by the API.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public enum AnnotationType

Fields

Caret indicating text edits.

C#
Caret = 14

Ellipse shape.

C#
Circle = 6

File attachment referencing an external file.

C#
FileAttachment = 17

Free text drawn directly on the page.

C#
FreeText = 3

Text highlight.

C#
Highlight = 9

Freehand ink strokes composed of one or more paths.

C#
Ink = 15

Single straight line between two points.

C#
Line = 4

Interactive link to a destination, action, or external resource.

C#
Link = 0

Embedded movie (legacy rich media).

C#
Movie = 19

Closed polygon defined by multiple vertices.

C#
Polygon = 7

Polyline similar to polygon but not closed automatically.

C#
PolyLine = 8

Popup window for displaying or editing text.

C#
Popup = 16

Printer’s mark used for production alignment and identification.

C#
PrinterMark = 21

Redaction marking content intended for removal.

C#
Redact = 25

Screen region for playing media clips.

C#
Screen = 20

Embedded sound.

C#
Sound = 18

Rectangle shape.

C#
Square = 5

Text squiggly underline.

C#
Squiggly = 11

Stamp showing predefined or custom text/graphics as if rubber‑stamped.

C#
Stamp = 13

Text strike‑out.

C#
StrikeOut = 12

Text note (sticky note) attached to a point on the page.

C#
Text = 2

Embedded 3D artwork.

C#
ThreeD = 24

Trap network specifying page trapping characteristics.

C#
TrapNet = 22

Text underline.

C#
Underline = 10

Watermark graphics printed at fixed size and position.

C#
Watermark = 23

Widget used by interactive forms to render fields and handle user input.

C#
Widget = 1