AnnotatorAdd Method (ListAnnotationBase) |
Adds collection of annotations to a document.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 20.11.0.0 (20.11)
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