Click or drag to resize
SignDocDocumentcreateLineAnnotation Method (Double, Double, Double, Double)
Create a line annotation. See SignDocAnnotation for details. This function uses document (page) coordinates, see @ref signdocshared_coordinates.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public SignDocAnnotation createLineAnnotation(
	double startX,
	double startY,
	double endX,
	double endY
)

Parameters

startX
Type: SystemDouble
Start point X coordinate.Start point Y coordinate.
startY
Type: SystemDouble

[Missing <param name="startY"/> documentation for "M:de.softpro.signdocsdk.SignDocDocument.createLineAnnotation(System.Double,System.Double,System.Double,System.Double)"]

endX
Type: SystemDouble
End point X coordinate.
endY
Type: SystemDouble
End point Y coordinate.

Return Value

Type: SignDocAnnotation
The new annotation object.
See Also