AnnotatorGet Method (AnnotationType)
Gets collection of document annotations by annotation type.

Namespace: GroupDocs.Annotation
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax
public List<AnnotationBase> Get(
	AnnotationType type
)

Parameters

type
Type: GroupDocs.Annotation.OptionsAnnotationType
The annotations type that must be returned.

Return Value

Type: ListAnnotationBase
The list of annotations by type.
Remarks
Learn more
See Also