AnnotatorAdd Method (ListAnnotationBase) |
Adds collection of annotations to a document.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntaxpublic void Add(
List<AnnotationBase> annotations
)
Public Sub Add (
annotations As List(Of AnnotationBase)
)
public:
void Add(
List<AnnotationBase^>^ annotations
)
member Add :
annotations : List<AnnotationBase> -> unit
Parameters
- annotations
- Type: System.Collections.GenericListAnnotationBase
The annotations list to add.
Remarks
See Also