InkAnnotation

InkAnnotation(Document, IList<Point[]>)

Generator. Ink 注释的构造函数

public InkAnnotation(Document document, IList<Point[]> inkList)
范围类型描述
documentDocument将在其中创建墨迹注释的文档。
inkListIList`1Point[] 数组的数组,每个数组代表一个描边路径。

也可以看看


InkAnnotation(Page, Rectangle, IList<Point[]>)

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

public InkAnnotation(Page page, Rectangle rect, IList<Point[]> inkList)
范围类型描述
pagePage应创建注释的文档页面。
rectRectangle注释矩形,定义页面上注释的位置。
inkListIList`1Point[] 数组的数组,每个数组代表一个描边路径。

也可以看看