Represents the base class for text annotations such as highlights.

Namespace: FirstFloor.Documents.Annotations
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public abstract class TextAnnotation : Annotation
Visual Basic
Public MustInherit Class TextAnnotation _
	Inherits Annotation
Visual C++
public ref class TextAnnotation abstract : public Annotation

Inheritance Hierarchy

See Also