ImageGear .NET v24.12 - Updated
nMinLineWidth Field




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing.ImageClean Namespace > ImGearICBorderOptions Class : nMinLineWidth Field
Specifies min width of lines in one border block.
Syntax
'Declaration
 
Public nMinLineWidth As Integer
'Usage
 
Dim instance As ImGearICBorderOptions
Dim value As Integer
 
value = instance.nMinLineWidth
 
instance.nMinLineWidth = value
public int nMinLineWidth
public: int nMinLineWidth
public:
int nMinLineWidth

Field Value

Any integer value.
Remarks
Those blocks that have not less than nMinLinesNum number of lines with nMinLineWidth width or wider will be removed from image. The size unit of measure is pixels.
See Also

Reference

ImGearICBorderOptions Class
ImGearICBorderOptions Members
ImGearICBorderOptions Class