Gets the annotation store.

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

Syntax

C#
public AnnotationStore AnnotationStore { get; private set; }
Visual Basic
Public Property AnnotationStore As AnnotationStore
	Get
	Private Set
Visual C++
public:
property AnnotationStore^ AnnotationStore {
	AnnotationStore^ get ();
	private: void set (AnnotationStore^ value);
}

Field Value

The annotation store.

See Also