VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebOverlayBinaryCommandJS type / get_OverlayPosition Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_OverlayPosition Method
    In This Topic
    Gets position of overlay image, in pixels.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayBinaryCommandJS();
    
    var value; // Type: object
    value = instance.get_OverlayPosition();
    
    
    function get_OverlayPosition() : object;
    

    Return Value

    Image position. Default values is { x: 0, y: 0 }.
    Browser Compatibility
    56+
    45+
    11
    See Also