AnnotationCollection.Add
Add(Annotation, bool)
Adds annotation to the collection. If page is rotated then annotation rectangle will be recalculated accordingly.
public void Add(Annotation annotation, bool considerRotation)
Parameter | Type | Description |
---|---|---|
annotation | Annotation | Annotation which shall be added. |
considerRotation | Boolean | If true and if page is rotated then annotation position will be recaculated accroding to page rotation. |
See Also
- class Annotation
- class AnnotationCollection
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
Add(Annotation)
Adds annotation to the collection.
public void Add(Annotation annotation)
Parameter | Type | Description |
---|---|---|
annotation | Annotation | Annotation which shall be added. |
See Also
- class Annotation
- class AnnotationCollection
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF