Gets the annotations that are embedded in this document.

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

Syntax

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

Field Value

The annotations.

Remarks

Loaded only when IncludeAnnotations is set to true.

See Also