ImageGear v26.3 - Updated
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
    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