VintaSoft Imaging .NET SDK 15.1: 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; }

Property Value

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

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

See Also