Click or drag to resize
SignDocDocumentcreateFreeTextAnnotation Method (Point, Point)
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(
	Point aLowerLeft,
	Point aUpperRight
)

Parameters

aLowerLeft
Type: de.softpro.signdocsdkPoint
coordinates of lower left corner.
aUpperRight
Type: de.softpro.signdocsdkPoint
coordinates of upper right corner.

Return Value

Type: SignDocAnnotation
The new annotation object.
See Also