ImageGear .NET v24.12 - Updated
MaxWidth Field (ImGearICLineOptions)




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

Field Value

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

The default value is 1 mm.

See Also

Reference

ImGearICLineOptions Class
ImGearICLineOptions Members
RemoveLines Method
ImGearICLineOptions Class