borderSize Property (DocumentSegmentationRequestParams)
Gets or sets the border size of each image region.
'Declaration
Public Property borderSize As Integer
public int borderSize { get; set; }
public: __property int get_borderSize();
public: __property void set_borderSize(
int
);
public:
property int borderSize {
int get();
void set(int );
}
Property Value
Minimum value is 0. Default value is 1.
Rectangle of each found region is inflated by this value.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5