Click or drag to resize

LineAnnotation Constructor (PdfPoint, PdfPoint)

Initializes a new instance of the LineAnnotation class with the two end points.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public LineAnnotation(
	PdfPoint start,
	PdfPoint end
)

Parameters

start
Type: Atalasoft.PdfDoc.GeometryPdfPoint
The start point.
end
Type: Atalasoft.PdfDoc.GeometryPdfPoint
The end point.
See Also