VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / set_LineStyle Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_LineStyle Method
    In This Topic
    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);
    
    
    function set_LineStyle(
    value
    WebAnnotationLineStyleEnumJS object which defines the line style. Default value is "Solid".
    : WebAnnotationLineStyleEnumJS
    ) : any;

    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