Enum
AnnotationType

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:

cs-api-definition
public enum AnnotationType

Fields

Caret

Caret indicating text edits.

Declaration

cs-api-definition
Caret = 14

Field Value

AnnotationType

Circle

Ellipse shape.

Declaration

cs-api-definition
Circle = 6

Field Value

AnnotationType

FileAttachment

File attachment referencing an external file.

Declaration

cs-api-definition
FileAttachment = 17

Field Value

AnnotationType

FreeText

Free text drawn directly on the page.

Declaration

cs-api-definition
FreeText = 3

Field Value

AnnotationType

Highlight

Text highlight.

Declaration

cs-api-definition
Highlight = 9

Field Value

AnnotationType

Ink

Freehand ink strokes composed of one or more paths.

Declaration

cs-api-definition
Ink = 15

Field Value

AnnotationType

Line

Single straight line between two points.

Declaration

cs-api-definition
Line = 4

Field Value

AnnotationType

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

Declaration

cs-api-definition
Link = 0

Field Value

AnnotationType

Movie

Embedded movie (legacy rich media).

Declaration

cs-api-definition
Movie = 19

Field Value

AnnotationType

PolyLine

Polyline similar to polygon but not closed automatically.

Declaration

cs-api-definition
PolyLine = 8

Field Value

AnnotationType

Polygon

Closed polygon defined by multiple vertices.

Declaration

cs-api-definition
Polygon = 7

Field Value

AnnotationType

Popup

Popup window for displaying or editing text.

Declaration

cs-api-definition
Popup = 16

Field Value

AnnotationType

PrinterMark

Printer’s mark used for production alignment and identification.

Declaration

cs-api-definition
PrinterMark = 21

Field Value

AnnotationType

Redact

Redaction marking content intended for removal.

Declaration

cs-api-definition
Redact = 25

Field Value

AnnotationType

Screen

Screen region for playing media clips.

Declaration

cs-api-definition
Screen = 20

Field Value

AnnotationType

Sound

Embedded sound.

Declaration

cs-api-definition
Sound = 18

Field Value

AnnotationType

Square

Rectangle shape.

Declaration

cs-api-definition
Square = 5

Field Value

AnnotationType

Squiggly

Text squiggly underline.

Declaration

cs-api-definition
Squiggly = 11

Field Value

AnnotationType

Stamp

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

Declaration

cs-api-definition
Stamp = 13

Field Value

AnnotationType

StrikeOut

Text strike‑out.

Declaration

cs-api-definition
StrikeOut = 12

Field Value

AnnotationType

Text

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

Declaration

cs-api-definition
Text = 2

Field Value

AnnotationType

ThreeD

Embedded 3D artwork.

Declaration

cs-api-definition
ThreeD = 24

Field Value

AnnotationType

TrapNet

Trap network specifying page trapping characteristics.

Declaration

cs-api-definition
TrapNet = 22

Field Value

AnnotationType

Underline

Text underline.

Declaration

cs-api-definition
Underline = 10

Field Value

AnnotationType

Watermark

Watermark graphics printed at fixed size and position.

Declaration

cs-api-definition
Watermark = 23

Field Value

AnnotationType

Widget

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

Declaration

cs-api-definition
Widget = 1

Field Value

AnnotationType