VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS 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.WebFreeTextAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_LineStylePatternSize(value);
    
    
    function set_LineStylePatternSize(
    value
    The size of the line style pattern. Valid value is any positive value. Default value is 16.
    : number
    ) : any;

    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