SignDocSDK Class Library
SignDocSDK Class Library
de.softpro.signdocsdk
SignDocDocument Class
SignDocDocument Methods
createFreeTextAnnotation Method
createFreeTextAnnotation Method (Point, Point)
createFreeTextAnnotation Method (Double, Double, Double, Double)
SignDocDocument
createFreeTextAnnotation 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#
Copy
public
SignDocAnnotation
createFreeTextAnnotation
(
Point
aLowerLeft
,
Point
aUpperRight
)
Parameters
aLowerLeft
Type:
de.softpro.signdocsdk
Point
coordinates of lower left corner.
aUpperRight
Type:
de.softpro.signdocsdk
Point
coordinates of upper right corner.
Return Value
Type:
SignDocAnnotation
The new annotation object.
See Also
Reference
SignDocDocument Class
createFreeTextAnnotation Overload
de.softpro.signdocsdk Namespace