Click or drag to resize
SignDocDocumentcreateLineAnnotation Method (Point, Point)
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(
	Point start,
	Point end
)

Parameters

start
Type: de.softpro.signdocsdkPoint
Start point.
end
Type: de.softpro.signdocsdkPoint
End point.

Return Value

Type: SignDocAnnotation
The new annotation object.
See Also