VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebCompositeAnnotationViewJS type / get_Location Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Location Method
    In This Topic
    Gets the location, in device-independent units (1/96th inch per unit), of annotation in the image space.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebCompositeAnnotationViewJS(items);
    
    var value; // Type: object
    value = instance.get_Location();
    
    
    function get_Location() : object;
    

    Return Value

    Location. Default value is { x: 0, y: 0 }.
    Browser Compatibility
    56+
    45+
    11
    See Also