| SignDocDocumentcreateLineAnnotation Method (Double, Double, Double, Double) |
Create a line 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 createLineAnnotation(
double startX,
double startY,
double endX,
double endY
)
Public Function createLineAnnotation (
startX As Double,
startY As Double,
endX As Double,
endY As Double
) As SignDocAnnotation
public:
SignDocAnnotation^ createLineAnnotation(
double startX,
double startY,
double endX,
double endY
)
member createLineAnnotation :
startX : float *
startY : float *
endX : float *
endY : float -> SignDocAnnotation
Parameters
- startX
- Type: SystemDouble
Start point X coordinate.Start point Y coordinate. - startY
- Type: SystemDouble
[Missing <param name="startY"/> documentation for "M:de.softpro.signdocsdk.SignDocDocument.createLineAnnotation(System.Double,System.Double,System.Double,System.Double)"]
- endX
- Type: SystemDouble
End point X coordinate. - endY
- Type: SystemDouble
End point Y coordinate.
Return Value
Type:
SignDocAnnotation The new annotation object.
See Also