Click or drag to resize
SignDocAnnotationaddPoint Method (Point)
Add a point to the current stroke of a scribble annotation. This function can be used for annotations of type t_scribble.Each stroke must contain at least two points. This function uses document(page) coordinates

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void addPoint(
	Point point
)

Parameters

point
Type: de.softpro.signdocsdkPoint
The point to be added.
See Also