VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTextRegionJS type / WebTextRegionJS Constructor(string,object[],WebTextRegionJS[],WebTextRegionSymbolJS[],WebMatrixJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebTextRegionJS Constructor(string,object[],WebTextRegionJS[],WebTextRegionSymbolJS[],WebMatrixJS)
    In This Topic
    Initializes a new instance of the WebTextRegionJS class.
    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(
    textContent
    Text content of this region.
    : string,
    selectionRegions
    Array of selection regions of this region.
    : object[],
    subRegions
    Array of WebTextRegionJS objects that defines the subregions of this region. Can be null.
    : WebTextRegionJS[],
    symbols
    Array of WebTextRegionSymbolJS objects that defines the text symbols of this region. Can be null.
    : WebTextRegionSymbolJS[],
    trasfromFromDipSpace
    WebMatrixJS object that defines the trasfrom from DIP space to text region space. Can be null.
    : WebMatrixJS
    ) : WebTextRegionJS;

    Parameters

    textContent
    Text content of this region.
    selectionRegions
    Array of selection regions of this region.
    subRegions
    Array of WebTextRegionJS objects that defines the subregions of this region. Can be null.
    symbols
    Array of WebTextRegionSymbolJS objects that defines the text symbols of this region. Can be null.
    trasfromFromDipSpace
    WebMatrixJS object that defines the trasfrom from DIP space to text region space. Can be null.
    Browser Compatibility
    56+
    45+
    11
    See Also