Click or drag to resize
SignDocDocumentcreateFreeTextAnnotation Method (Double, Double, Double, Double)
Create a text 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 createFreeTextAnnotation(
	double x0,
	double y0,
	double x1,
	double y1
)

Parameters

x0
Type: SystemDouble
X coordinate of lower left corner.
y0
Type: SystemDouble
Y coordinate of lower left corner.
x1
Type: SystemDouble
X coordinate of upper right corner.
y1
Type: SystemDouble
Y coordinate of upper right corner.

Return Value

Type: SignDocAnnotation
The new annotation object.
See Also