Reads the annotation properties.

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

Syntax

C#
protected override void ReadAnnotationProperties(
	Highlight annotation,
	XElement source
)
Visual Basic
Protected Overrides Sub ReadAnnotationProperties ( _
	annotation As Highlight, _
	source As XElement _
)
Visual C++
protected:
virtual void ReadAnnotationProperties(
	Highlight^ annotation, 
	XElement^ source
) override

Parameters

annotation
Type: FirstFloor.Documents.Annotations..::..Highlight
The annotation.
source
Type: System.Xml.Linq..::..XElement
The source.

See Also