VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / GetBorderRectResponseParams Class / borderRect Property
Syntax Requirements SeeAlso
In This Topic
    borderRect Property (GetBorderRectResponseParams)
    In This Topic
    Gets the rectangle which defines border of image.
    Syntax
    'Declaration
    
    Public Property borderRect As Vintasoft.Shared.Web.WebRectangle
    
    
    public Vintasoft.Shared.Web.WebRectangle borderRect { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebRectangle* get_borderRect();
    public: __property void set_borderRect(
    Vintasoft.Shared.Web.WebRectangle* value
    );

    Property Value

    Default value is empty rectangle.
    Requirements

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

    See Also