VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.TemplateMatching Namespace / KeyLineRecognizerCommand Class / MaxWidth Property
Syntax Requirements SeeAlso
In This Topic
    MaxWidth Property (KeyLineRecognizerCommand)
    In This Topic
    Gets or sets the maximum width of line.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(0)>
    <DescriptionAttribute("The maximum width of line.
    0 - maximum width of line is calculated automatically; any positive value - maximum width of line.")>
    Public Property MaxWidth As Single
    
    
    [DefaultValue(0)]
    [Description("The maximum width of line.
    0 - maximum width of line is calculated automatically; any positive value - maximum width of line.")]
    public float MaxWidth { get; set; }
    
    
    [DefaultValue(0)]
    [Description("The maximum width of line.
    0 - maximum width of line is calculated automatically; any positive value - maximum width of line.")]
    public: __property float get_MaxWidth();
    public: __property void set_MaxWidth(
    float value
    );
    [DefaultValue(0)]
    [Description("The maximum width of line.
    0 - maximum width of line is calculated automatically; any positive value - maximum width of line.")]
    public:
    property float MaxWidth { float get(); void set(float value); }

    Property Value

    0 - maximum width of line is calculated automatically, positive value - maximum width of line.
    Default value is 0f.
    Requirements

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

    See Also