Gets collections of document annotations.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntaxpublic List<AnnotationBase> Get()
Public Function Get As List(Of AnnotationBase)
public:
List<AnnotationBase^>^ Get()
member Get : unit -> List<AnnotationBase>
Return Value
Type:
ListAnnotationBaseThe list of annotations.
Remarks
See Also