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




In This Topic
MaxWidth Field (ImGearICLineOptions)
In This Topic
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

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