TextAnnotation

TextAnnotation(Document)

在生成器中使用时用于注解的构造函数。

public TextAnnotation(Document document)
范围类型描述
documentDocument将在其中创建文本注释的文档。

也可以看看


TextAnnotation(Page, Rectangle)

在指定页面上创建新的文本注释。

public TextAnnotation(Page page, Rectangle rect)
范围类型描述
pagePage应创建注释的文档页面。
rectRectangle注释矩形,定义页面上注释的位置。

也可以看看