Provides types that define the storage architecture and mediums to save and retrieve user-created annotations.
Classes
| Class | Description | |
|---|---|---|
| AnnotationFactory<(Of <(<'T>)>)> |
Implements the basic functionality for creating, reading and writing annotations.
| |
| AnnotationStore |
Represents a data store for writing and reading user annotations.
| |
| HighlightFactory |
Reads and writes highlight annotations.
| |
| TextAnnotationFactory<(Of <(<'T>)>)> |
Provides the base factory implementation for text annotations.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IAnnotationFactory |
Defines the contract for an annotation factory
|