borderSize Property (DocumentSegmentationRequestParams)
Gets or sets the border size of each image region.
public int borderSize { get; set; }
public: __property int get_borderSize();
public: __property void set_borderSize(
int
);
'Declaration
Public Property borderSize As Integer
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