AnnotationCollection.Add
Contenu
[
Cacher
]Add(Annotation, bool)
Ajoute une annotation à la collection. Si la page est tournée, le rectangle de l’annotation sera recalculé en conséquence.
public void Add(Annotation annotation, bool considerRotation)
| Paramètre | Type | Description |
|---|---|---|
| annotation | Annotation | Annotation qui doit être ajoutée. |
| considerRotation | Boolean | Si vrai et si la page est tournée, la position de l’annotation sera recalculée en fonction de la rotation de la page. |
Voir aussi
- classe Annotation
- classe AnnotationCollection
- espace de noms Aspose.Pdf.Annotations
- assembly Aspose.PDF
Add(Annotation)
Ajoute une annotation à la collection.
public void Add(Annotation annotation)
| Paramètre | Type | Description |
|---|---|---|
| annotation | Annotation | Annotation qui doit être ajoutée. |
Voir aussi
- classe Annotation
- classe AnnotationCollection
- espace de noms Aspose.Pdf.Annotations
- assembly Aspose.PDF