VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebImageBaseAnnotationViewJS type / get_MaintainAspectRatio Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_MaintainAspectRatio Method
    In This Topic
    Gets a value indicating whether annotation must maintain the aspect ratio of image.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebImageBaseAnnotationViewJS();
    
    var value; // Type: boolean
    value = instance.get_MaintainAspectRatio();
    
    
    function get_MaintainAspectRatio() : boolean;
    

    Return Value

    A value indicating whether annotation must maintain the aspect ratio of image. Default value is False.
    Remarks

    This property has higher priority than Symmetry property.

    Browser Compatibility
    56+
    45+
    11
    See Also