LineAnnotationSetCoordinates Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the coordinates.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void SetCoordinates(
	double xStart,
	double yStart,
	double xEnd,
	double yEnd
)

Parameters

xStart
Type: SystemDouble
The x start.
yStart
Type: SystemDouble
The y start.
xEnd
Type: SystemDouble
The x end.
yEnd
Type: SystemDouble
The y end.
See Also

Reference