AnnotatorAdd Method (AnnotationBase) |
Adds annotation to document
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntaxpublic void Add(
AnnotationBase annotation
)
Public Sub Add (
annotation As AnnotationBase
)
public:
void Add(
AnnotationBase^ annotation
)
member Add :
annotation : AnnotationBase -> unit
Parameters
- annotation
- Type: GroupDocs.Annotation.Models.AnnotationModelsAnnotationBase
The annotation to add.
Remarks
See Also