VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTextRegionJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebTextRegionJS type
    In This Topic
    Represents the text region.
    Syntax
    // Parameters
    var textContent; // Type: string
    var selectionRegions; // Type: object[]
    var subRegions; // Type: WebTextRegionJS[]
    var symbols; // Type: WebTextRegionSymbolJS[]
    var trasfromFromDipSpace; // Type: WebMatrixJS
    
    var instance = new Vintasoft.Imaging.WebTextRegionJS(textContent, selectionRegions, subRegions, symbols, trasfromFromDipSpace);
    
    
    function WebTextRegionJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.WebTextRegionJS

    Browser Compatibility
    56+
    45+
    11
    See Also