CaretAnnotation
CaretAnnotation(Document)
生成器中使用的构造函数.
public CaretAnnotation(Document document)
范围 | 类型 | 描述 |
---|---|---|
document | Document | 将在其中创建注释的文档。 |
也可以看看
- class Document
- class CaretAnnotation
- 命名空间 Aspose.Pdf.Annotations
- 部件 Aspose.PDF
CaretAnnotation(Page, Rectangle)
在指定页面上创建新的插入符号注释。
public CaretAnnotation(Page page, Rectangle rect)
范围 | 类型 | 描述 |
---|---|---|
page | Page | 应创建注释的文档页面。 |
rect | Rectangle | 设置注释边框的必需矩形。 |
也可以看看
- class Page
- class Rectangle
- class CaretAnnotation
- 命名空间 Aspose.Pdf.Annotations
- 部件 Aspose.PDF