AnnotatorRemove Method (Int32) |
Removes annotation from document by Id.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic void Remove(
int annotationId
)
Public Sub Remove (
annotationId As Integer
)
public:
void Remove(
int annotationId
)
member Remove :
annotationId : int -> unit
Parameters
- annotationId
- Type: SystemInt32
The annotation's id that must be removed.
Remarks
See Also