VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebRectangleAnnotationViewJS type / set_LineStylePatternSize Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_LineStylePatternSize Method
In This Topic
Sets the size of the line style pattern.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebRectangleAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_LineStylePatternSize(value);

Parameters

value
The size of the line style pattern. Valid value is any positive value. Default value is 16.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also