skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class AnnotationCollection

Represents annotations collection.

Inheritance
System.Object
DocumentElementCollectionBase<Annotation, RadFixedPage>
DocumentElementCollection<Annotation, RadFixedPage>
AnnotationCollection
Inherited Members
DocumentElementCollection<Annotation, RadFixedPage>.SetParent(Annotation, RadFixedPage)
DocumentElementCollection<Annotation, RadFixedPage>.VerifyDocumentElementOnInsert(Annotation)
DocumentElementCollectionBase<Annotation, RadFixedPage>.GetEnumerator()
DocumentElementCollectionBase<Annotation, RadFixedPage>.IndexOf(Annotation)
DocumentElementCollectionBase<Annotation, RadFixedPage>.Insert(Int32, Annotation)
DocumentElementCollectionBase<Annotation, RadFixedPage>.InsertRange(Int32, IEnumerable<Annotation>)
DocumentElementCollectionBase<Annotation, RadFixedPage>.RemoveAt(Int32)
DocumentElementCollectionBase<Annotation, RadFixedPage>.RemoveRange(Int32, Int32)
DocumentElementCollectionBase<Annotation, RadFixedPage>.OnAfterRemove(Annotation)
DocumentElementCollectionBase<Annotation, RadFixedPage>.Clear()
DocumentElementCollectionBase<Annotation, RadFixedPage>.Contains(Annotation)
DocumentElementCollectionBase<Annotation, RadFixedPage>.CopyTo(Annotation[], Int32)
DocumentElementCollectionBase<Annotation, RadFixedPage>.Remove(Annotation)
DocumentElementCollectionBase<Annotation, RadFixedPage>.IEnumerable.GetEnumerator()
DocumentElementCollectionBase<Annotation, RadFixedPage>.Add(Annotation)
DocumentElementCollectionBase<Annotation, RadFixedPage>.Count
DocumentElementCollectionBase<Annotation, RadFixedPage>.ICollection<Annotation>.IsReadOnly
DocumentElementCollectionBase<Annotation, RadFixedPage>.Owner
DocumentElementCollectionBase<Annotation, RadFixedPage>.Item[Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Collections
Assembly: Telerik.Windows.Documents.Fixed.dll

Syntax

public sealed class AnnotationCollection : DocumentElementCollection<Annotation, RadFixedPage>, IList<Annotation>, ICollection<Annotation>, IEnumerable<Annotation>, IEnumerable

Constructors

AnnotationCollection(RadFixedPage)

Initializes a new instance of the AnnotationCollection class.

Declaration
public AnnotationCollection(RadFixedPage parent)
Parameters
RadFixedPage parent

The parent.

Methods

AddHighlight(Rect)

Creates and adds a highlight annotation.

Declaration
public TextMarkupAnnotation AddHighlight(Rect rect)
Parameters
System.Windows.Rect rect

The rectangle where the highlight annotation should be added.

Returns
TextMarkupAnnotation

The created annotation

AddLine(Point, Point)

Creates an adds a line annotation.

Declaration
public LineAnnotation AddLine(Point start, Point end)
Parameters
System.Windows.Point start

The starting point of the line.

System.Windows.Point end

The ending point of the line.

Returns
LineAnnotation

The created annotation.

AddLink(Action)

Adds the link.

Declaration
public Link AddLink(Action action)
Parameters
Action action

The action.

Returns
Link

AddLink(Destination)

Adds the link.

Declaration
public Link AddLink(Destination destination)
Parameters
Destination destination

The destination.

Returns
Link

AddLink(NamedDestination)

Adds the link.

Declaration
public Link AddLink(NamedDestination namedDestination)
Parameters
NamedDestination namedDestination

The named destination.

Returns
Link

AddPopup(MarkupAnnotation)

Creates and adds a popup annotation.

Declaration
public PopupAnnotation AddPopup(MarkupAnnotation parent)
Parameters
MarkupAnnotation parent

The parent associated with the popup annotation.

Returns
PopupAnnotation

The created annotation.

AddSquiggly(Rect)

Adds a squiggly underline annotation.

Declaration
public TextMarkupAnnotation AddSquiggly(Rect rect)
Parameters
System.Windows.Rect rect

Returns
TextMarkupAnnotation

AddStamp(Rect)

Creates and adds a stamp annotation.

Declaration
public StampAnnotation AddStamp(Rect rect)
Parameters
System.Windows.Rect rect

The rectangle where the stamp annotation should be added.

Returns
StampAnnotation

The created annotation.

AddStrikeout(Rect)

Creates and adds a strikeout annotation.

Declaration
public TextMarkupAnnotation AddStrikeout(Rect rect)
Parameters
System.Windows.Rect rect

The rectangle where the strikeout annotation should be added.

Returns
TextMarkupAnnotation

The created annotation.

AddText(Rect)

Creates and adds a text annotation.

Declaration
public TextAnnotation AddText(Rect rect)
Parameters
System.Windows.Rect rect

The rectangle where the text annotation should be added.

Returns
TextAnnotation

The created annotation.

AddUnderline(Rect)

Creates and adds an underline annotation.

Declaration
public TextMarkupAnnotation AddUnderline(Rect rect)
Parameters
System.Windows.Rect rect

The rectangle where the underline annotation should be added.

Returns
TextMarkupAnnotation

The created annotation.

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.