PopupAnnotation

PopupAnnotation(Document)

构造函数。在 Generator. 中使用

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

也可以看看


PopupAnnotation(Page, Rectangle)

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

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

也可以看看