VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebTextRegion Class / subRegions Property
Syntax Requirements SeeAlso
In This Topic
    subRegions Property (WebTextRegion)
    In This Topic
    Gets or sets an array of subregions of this region.
    Syntax
    'Declaration
    
    Public Property subRegions As WebTextRegion[]
    
    
    public WebTextRegion[] subRegions { get; set; }
    
    
    public: __property WebTextRegion*[] get_subRegions();
    public: __property void set_subRegions(
    WebTextRegion*[]* value
    );
    public:
    property WebTextRegion^[] subRegions { WebTextRegion^[] get(); void set(array<WebTextRegion^>^ value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also