| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic SignDocAnnotation createFreeTextAnnotation(
Point aLowerLeft,
Point aUpperRight
)
Public Function createFreeTextAnnotation (
aLowerLeft As Point,
aUpperRight As Point
) As SignDocAnnotation
public:
SignDocAnnotation^ createFreeTextAnnotation(
Point^ aLowerLeft,
Point^ aUpperRight
)
member createFreeTextAnnotation :
aLowerLeft : Point *
aUpperRight : Point -> SignDocAnnotation
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