VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTextRegionJS type / get_Symbols Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Symbols Method
    In This Topic
    Gets an array of text symbols of this region.
    Syntax
    var instance = new Vintasoft.Imaging.WebTextRegionJS(textContent, selectionRegions, subRegions, symbols, trasfromFromDipSpace);
    
    var value; // Type: Vintasoft.Imaging.WebTextRegionSymbolJS[]
    value = instance.get_Symbols();
    
    
    function get_Symbols() : WebTextRegionSymbolJS[];
    

    Return Value

    Array of WebTextRegionSymbolJS objects that defines the text symbols of this region.
    Browser Compatibility
    56+
    45+
    11
    See Also