Add

Add(AnnotationBase)

Agrega anotación al documento

public void Add(AnnotationBase annotation)
Parámetro Escribe Descripción
annotation AnnotationBase La anotación a agregar.

Observaciones

Aprende más

Ver también


Add(List<AnnotationBase>)

Agrega una colección de anotaciones a un documento.

public void Add(List<AnnotationBase> annotations)
Parámetro Escribe Descripción
annotations List`1 La lista de anotaciones para agregar.

Observaciones

Aprende más

Ver también