Click or drag to resize
SignDocAnnotationsetLineEnding Method
Set line ending styles. This function can be used for annotations of type t_line.The default line ending style is le_none.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setLineEnding(
	LineEnding start,
	LineEnding end
)

Parameters

start
Type: de.softpro.signdocsdk.Enums.EAnnotationLineEnding
Line ending style for start point
end
Type: de.softpro.signdocsdk.Enums.EAnnotationLineEnding
Line ending style for End point

Return Value

Type: 
rc_ok if successful.
See Also