AnnotatorRemove Method (AnnotationBase) |
Removes annotation from document.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax public void Remove(
AnnotationBase annotation
)
Public Sub Remove (
annotation As AnnotationBase
)
public:
void Remove(
AnnotationBase^ annotation
)
member Remove :
annotation : AnnotationBase -> unit
Parameters
- annotation
- Type: GroupDocs.Annotation.Models.AnnotationModelsAnnotationBase
Annotation that must be removed.
Remarks See Also