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
- Más información sobre cómo agregar anotaciones al documento: Cómo anotar un documento en C#
 
Ver también
- class AnnotationBase
 - class Annotator
 - espacio de nombres GroupDocs.Annotation
 - asamblea GroupDocs.Annotation
 
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
- Más información sobre cómo agregar anotaciones al documento: Cómo anotar un documento en C#
 
Ver también
- class AnnotationBase
 - class Annotator
 - espacio de nombres GroupDocs.Annotation
 - asamblea GroupDocs.Annotation