Enum AnnotationType
Represents different annotation types.
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum AnnotationType
Caret
Stands for the caret annotation which is a visual symbol that indicates the presence of text edits.
Circle
Stands for the circle annotation, which displays an ellipse on the page.
FileAttachment
Stands for the file attachment annotation which contains a reference to a file.
FreeText
Stands for the free text annotation, which displays text directly on the page.
Highlight
Stands for the highlight annotation which appears as a highlight in the text of the document.
Ink
Stands for the ink annotation which represents a freehand “scribble” composed of one or more disjoint paths.
Line
Stands for the line annotation, which displays a single straight line on the page.
Link
Stands for the link annotation, which represents either a hypertext link to a destination elsewhere in the document or an action to be performed.
Movie
Stands for the movie annotation which contains animated graphics and sound to be presented on the computer screen and through the speakers.
Polygon
Stands for the polygon annotation, which displays a closed polygon on the page.
PolyLine
Stands for the polyline annotation which is similar to the polygon annotation, except that the first and last vertex of the polygon are not implicitly connected.
Popup
Stands for the popup annotation which displays text in a pop-up window for entry and editing.
PrinterMark
Stands for the printer mark annotation which represents a mark, added to a page to assist in identifying components of a multiple-plate job and maintaining consistent output during production.
Redact
Stands for the redact annotation which identifies content that is intended to be removed from the document.
Screen
Stands for the screen annotation which specifies a region of a page upon which media clips may be played.
Sound
Stands for the sound annotation which contains sound recorded from the computer’s microphone or imported from a file.
Square
Stands for the square annotation, which displays a rectangle on the page.
Squiggly
Stands for the squiggly annotation which appears as a jagged underline in the text of the document.
Stamp
Stands for the stamp annotation which displays text or graphics intended to look as if they were stamped on the page with a rubber stamp.
StrikeOut
Stands for the strikeout annotation which appears as a strikeout in the text of the document.
Text
Stands for the text annotation, a “sticky note” attached to a point in the PDF document.
ThreeD
Stands for the 3D annotation which is the means by which 3D artwork is represented in a PDF document.
TrapNet
Stands for the trapnet annotation which defines the trapping characteristics for a page of a PDF document.
Underline
Stands for the underline annotation which appears as an underline in the text of the document.
Watermark
Stands for the watermark annotation which is used to represent graphics that are expected to be printed at a fixed size and position on a page, regardless of the dimensions of the printed page.
Widget
Stands for the widget annotation, which is used by interactive forms to represent the appearance of fields and to manage user interactions.