VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / set_LineStyle Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_LineStyle Method
Sets the style of line.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebAnnotationLineStyleEnumJS

returnValue = instance.set_LineStyle(value);

Parameters

value
WebAnnotationLineStyleEnumJS object which defines the line style. Default value is "Solid".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also