LineAnnotation.LineAnnotation

LineAnnotation(Document, Point, Point)

Constructor for using with Generator.

public LineAnnotation(Document document, Point start, Point end)
ParameterTypeDescription
documentDocumentDocument where annotation will be created.
startPointStarting point.
endPointEnding point.

See Also


LineAnnotation(Page, Rectangle, Point, Point)

Creates new Line annotation on the specified page.

public LineAnnotation(Page page, Rectangle rect, Point start, Point end)
ParameterTypeDescription
pagePageThe document’s page where annotation should be created.
rectRectangleThe annotation rectangle, defining the location of the annotation on the page.
startPointA point, specifying the starting coordinate of the line.
endPointA point, specifying the ending coordinate of the line.

See Also