VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / LineRemovalCommand Class / MaxCurvature Property
Syntax Requirements SeeAlso
In This Topic
    MaxCurvature Property (LineRemovalCommand)
    In This Topic
    Gets or sets the maximum curvature of line.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(0,1)>
    <DescriptionAttribute("The maximum curvature of line.
    Valid values are from 0.0 to 1.0.")>
    Public Property MaxCurvature As Double
    
    
    [DefaultValue(0,1)]
    [Description("The maximum curvature of line.
    Valid values are from 0.0 to 1.0.")]
    public double MaxCurvature { get; set; }
    
    
    [DefaultValue(0,1)]
    [Description("The maximum curvature of line.
    Valid values are from 0.0 to 1.0.")]
    public: __property double get_MaxCurvature();
    public: __property void set_MaxCurvature(
    double value
    );
    [DefaultValue(0,1)]
    [Description("The maximum curvature of line.
    Valid values are from 0.0 to 1.0.")]
    public:
    property double MaxCurvature { double get(); void set(double value); }

    Property Value

    Valid values are from 0.0 to 1.0.
    Default value is 0.1.

    0 - ideal line (without curvature); 1 - curve with radius of line length.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also