LineAnnotation

LineAnnotation(Document, Point, Point)

与 Generator. 一起使用的构造函数

public LineAnnotation(Document document, Point start, Point end)
范围类型描述
documentDocument将在其中创建注释的文档。
startPoint初始点。
endPoint终点。

也可以看看


LineAnnotation(Page, Rectangle, Point, Point)

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

public LineAnnotation(Page page, Rectangle rect, Point start, Point end)
范围类型描述
pagePage应创建注释的文档页面。
rectRectangle注释矩形,定义页面上注释的位置。
startPoint一个点,指定线的起始坐标。
endPoint一个点,指定线的结束坐标。

也可以看看