Click or drag to resize
SignDocAnnotationaddPoint Method (Double, Double)
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(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
The X coordinate of the point
y
Type: SystemDouble
The Y coordinate of the point
See Also