ImageGear .NET v24.12 - Updated
MinLength Field




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing.ImageClean Namespace > ImGearICLineOptions Class : MinLength Field
Minimum length of line segment.
Syntax
'Declaration
 
Public MinLength As Double
'Usage
 
Dim instance As ImGearICLineOptions
Dim value As Double
 
value = instance.MinLength
 
instance.MinLength = value
public double MinLength
public: double MinLength
public:
double MinLength

Field Value

Double.
Remarks
This property specifies the minimum length of a line segment. All lines that do not exceed this value are ignored. The unit of measure is set by the Unit property.

The default valuestrong> is 10strong> mm.

See Also

Reference

ImGearICLineOptions Class
ImGearICLineOptions Members
RemoveLines Method
ImGearICLineOptions Class