VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebTextRegionSymbol Class / selectionRegion Property
Syntax Requirements SeeAlso
In This Topic
    selectionRegion Property (WebTextRegionSymbol)
    In This Topic
    Gets or sets the selection region of this symbol.
    Syntax
    'Declaration
    
    Public Property selectionRegion As WebRegionF
    
    
    public WebRegionF selectionRegion { get; set; }
    
    
    public: __property WebRegionF* get_selectionRegion();
    public: __property void set_selectionRegion(
    WebRegionF* value
    );
    public:
    property WebRegionF^ selectionRegion { WebRegionF^ get(); void set(WebRegionF^ value); }
    Requirements

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

    See Also