VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / LineRemovalCommand Class / MaxLength Property
Syntax Requirements SeeAlso
    MaxLength Property (LineRemovalCommand)
    Gets or sets the maximum length of line.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(3000)>
    <DescriptionAttribute("The maximum length of line.
    0 - maximum length of line is calculated automatically; 10 and more - maximum length of line.")>
    Public Property MaxLength As System.Int32
    
    
     

    Property Value

    0 - maximum length of line is calculated automatically if LinesType != LinesType.Custom;
    10 and more - maximum length of line.
    Default value is 3000.
    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