Class TextAnnotation
Represents a text annotation (also known as a sticky note or comment annotation) that can display textual comments on a document page.
Inheritance
System.Object
    
    
    
    
    
    TextAnnotation
  Inherited Members
      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.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TextAnnotation : MarkupAnnotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement, IContentAnnotation
  Properties
Type
Gets the annotation type, which is always Text for text annotations.
Declaration
public override AnnotationType Type { get; }
  Property Value
| 
        AnnotationType
         Returns Text.  |