VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / get_Symmetry Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Symmetry Method
    In This Topic
    Gets a value indicating whether the annotation is symmetrical.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
    
    var value; // Type: boolean
    value = instance.get_Symmetry();
    
    
    function get_Symmetry() : boolean;
    

    Return Value

    True - annotation is symmetrical; False - annotation is not symmetrical. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also