set_UseLeaderInterpolation Method
In This Topic
Sets a value indicating whether leader line of annotation is drawn with interpolation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_UseLeaderInterpolation(value);
function set_UseLeaderInterpolation(
: boolean
) : any;
Parameters
- value
- Value indicating whether lines of annotation are drawn with interpolation. Default value is False.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also