VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextInteractionAreaJS type / show Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    show Method
    In This Topic
    Shows the TextBox element.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextInteractionAreaJS(textObject);
    
    var value; // Type: any
    
    // Parameters
    var position; // Type: object
    
    value = instance.show(position);
    
    
    function show(
    position
    Point in the browser (screen) coordinate space.
    : object
    ) : any;

    Parameters

    position
    Point in the browser (screen) coordinate space.
    Browser Compatibility
    56+
    45+
    11
    See Also