Add

Add(AnnotationBase)

Ajoute une annotation au document

public void Add(AnnotationBase annotation)
Paramètre Taper La description
annotation AnnotationBase Annotation à ajouter.

Remarques

Apprendre encore plus

Voir également


Add(List<AnnotationBase>)

Ajoute une collection d’annotations à un document.

public void Add(List<AnnotationBase> annotations)
Paramètre Taper La description
annotations List`1 La liste des annotations à ajouter.

Remarques

Apprendre encore plus

Voir également