Clears all text annotations from the current selection of the viewer control associated with the given AnnotationService.

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

Syntax

C#
public static void ClearTextAnnotationsForSelection(
	AnnotationService service
)
Visual Basic
Public Shared Sub ClearTextAnnotationsForSelection ( _
	service As AnnotationService _
)
Visual C++
public:
static void ClearTextAnnotationsForSelection(
	AnnotationService^ service
)

See Also