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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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