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

    Return Value

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