VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebRectangleAnnotationViewJS type / set_Symmetry Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Symmetry Method
    In This Topic
    Sets a value indicating whether the annotation is symmetrical.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebRectangleAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_Symmetry(value);
    
    
    function set_Symmetry(
    value
    True - annotation is symmetrical; False - annotation is not symmetrical. Default value is False.
    : boolean
    ) : any;

    Parameters

    value
    True - annotation is symmetrical; False - annotation is not symmetrical. Default value is False.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also