InkAnnotation.InkAnnotation

InkAnnotation(Document, IList<Point[]>)

Constructor for Ink annotation for Generator.

public InkAnnotation(Document document, IList<Point[]> inkList)
ParameterTypeDescription
documentDocumentDocument where ink annotation will be created.
inkListIList`1An array of Point[] arrays, each representing a stroked path.

See Also


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

Creates new Ink annotation on the specified page.

public InkAnnotation(Page page, Rectangle rect, IList<Point[]> inkList)
ParameterTypeDescription
pagePageThe document’s page where annotation should be created.
rectRectangleThe annotation rectangle, defining the location of the annotation on the page.
inkListIList`1An array of Point[] arrays, each representing a stroked path.

See Also