AnnotatorUpdate Method (ListAnnotationBase) |
Updates collection of document annotations.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntaxpublic void Update(
List<AnnotationBase> annotations
)
Public Sub Update (
annotations As List(Of AnnotationBase)
)
public:
void Update(
List<AnnotationBase^>^ annotations
)
member Update :
annotations : List<AnnotationBase> -> unit
Parameters
- annotations
- Type: System.Collections.GenericListAnnotationBase
The annotations list that will be set.
Remarks
See Also