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

Parameters

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