Writes 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 WriteAnnotationProperties(
	Highlight annotation,
	XElement target
)
Visual Basic
Protected Overrides Sub WriteAnnotationProperties ( _
	annotation As Highlight, _
	target As XElement _
)
Visual C++
protected:
virtual void WriteAnnotationProperties(
	Highlight^ annotation, 
	XElement^ target
) override

Parameters

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

See Also