AnnotationCollection.Add
Add(Annotation, bool)
将注释添加到集合中。如果页面被旋转,则注释矩形将相应地重新计算。
public void Add(Annotation annotation, bool considerRotation)
| 参数 | 类型 | 描述 |
|---|---|---|
| annotation | Annotation | 要添加的注释。 |
| considerRotation | Boolean | 如果为真,并且页面被旋转,则注释位置将根据页面旋转重新计算。 |
另请参见
- class Annotation
- class AnnotationCollection
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
Add(Annotation)
将注释添加到集合中。
public void Add(Annotation annotation)
| 参数 | 类型 | 描述 |
|---|---|---|
| annotation | Annotation | 要添加的注释。 |
另请参见
- class Annotation
- class AnnotationCollection
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF