AnnotatorGet Method (AnnotationType) |
Gets collection of document annotations by annotation type.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntaxpublic List<AnnotationBase> Get(
AnnotationType type
)
Public Function Get (
type As AnnotationType
) As List(Of AnnotationBase)
public:
List<AnnotationBase^>^ Get(
AnnotationType type
)
member Get :
type : AnnotationType -> List<AnnotationBase>
Parameters
- type
- Type: GroupDocs.Annotation.OptionsAnnotationType
The annotations type that must be returned.
Return Value
Type:
ListAnnotationBaseThe list of annotations by type.
Remarks
See Also