ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.ImageClean Namespace / ImGearICBorderOptions Class / nMinLineWidth Field




In This Topic
nMinLineWidth Field
In This Topic
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

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