Remove

Remove(int)

Supprime l’annotation du document par Id.

public void Remove(int annotationId)
Paramètre Taper La description
annotationId Int32 L’identifiant de l’annotation qui doit être supprimé.

Remarques

Apprendre encore plus

Voir également


Remove(AnnotationBase)

Supprime l’annotation du document.

public void Remove(AnnotationBase annotation)
Paramètre Taper La description
annotation AnnotationBase Annotation qui doit être supprimée.

Remarques

Apprendre encore plus

Voir également


Remove(List<int>)

Supprime la collection d’annotations du document par les identifiants d’annotation fournis.

public void Remove(List<int> annotationIds)
Paramètre Taper La description
annotationIds List`1 L’identifiant de l’annotation qui doit être supprimé.

Remarques

Apprendre encore plus

Voir également


Remove(List<AnnotationBase>)

Supprime la collection d’annotations du document.

public void Remove(List<AnnotationBase> annotationsToDelete)
Paramètre Taper La description
annotationsToDelete List`1 Les annotations qui doivent être supprimées.

Remarques

Apprendre encore plus

Voir également