VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / get_LineStylePatternSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_LineStylePatternSize Method
    In This Topic
    Gets the size of the line style pattern.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
    
    var value; // Type: number
    value = instance.get_LineStylePatternSize();
    
    
    function get_LineStylePatternSize() : number;
    

    Return Value

    The size of the line style pattern. Valid value is any positive value. Default value is 16.
    Browser Compatibility
    56+
    45+
    11
    See Also