添加点注释
Contents
[
Hide
]
如何在 C# 中添加点注释
Point 注释将注释粘贴到文档中的任何点,如下图所示。
注释 API 是 Conholdate.Total for .NET 的一部分,提供了为 [PointAnnotation] 指定下一个属性的能力(https://apireference.groupdocs.com/net/annotation/groupdocs.annotation.models.annotationmodels/pointannotation ) 类型:
- Box - 定义文档页面的注释位置;
按照以下步骤将点注释添加到文档:
- 使用输入文档路径或流实例化 Annotator 对象;
- 使用所需属性(位置、页码等)实例化 PointAnnotation 对象;
- 调用Add方法并通过PointAnnotation /groupdocs.annotation.models.annotationmodels/pointannotation) 对象;
- 使用结果文档路径或流调用 Save 方法。
以下代码演示了如何在文档中添加 PointAnnotation:
更多资源
GitHub 示例
您可以轻松运行上面的代码,并在我们的 GitHub 示例中查看该功能的实际效果: