Gets collections of document annotations.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 20.11.0.0 (20.11)
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