VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / LineRemovalCommandResult Class / LineRemovalCommandResult Constructor(Int32,Int32,Int32,Int32)
Syntax Requirements SeeAlso
In This Topic
    LineRemovalCommandResult Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of the LineRemovalCommandResult class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal minWidth
    Value of line's minimum width was used by LineRemovalCommand for removing of lines.
    As System.Int32, _
    ByVal maxWidth
    Value of line's maximum width was used by LineRemovalCommand for removing of lines.
    As System.Int32, _
    ByVal minLength
    Value of line's minimum length was used by LineRemovalCommand for removing of lines.
    As System.Int32, _
    ByVal maxLength
    Value of line's maximum length was used by LineRemovalCommand for removing of lines.
    As System.Int32 _
    )
    public LineRemovalCommandResult(
    System.Int32 minWidth,
    System.Int32 maxWidth,
    System.Int32 minLength,
    System.Int32 maxLength
    )
    public: LineRemovalCommandResult(
    System.Int32 minWidth,
    System.Int32 maxWidth,
    System.Int32 minLength,
    System.Int32 maxLength
    )
    public:
    LineRemovalCommandResult(
    System.Int32 minWidth,
    System.Int32 maxWidth,
    System.Int32 minLength,
    System.Int32 maxLength
    )

    Parameters

    minWidth
    Value of line's minimum width was used by LineRemovalCommand for removing of lines.
    maxWidth
    Value of line's maximum width was used by LineRemovalCommand for removing of lines.
    minLength
    Value of line's minimum length was used by LineRemovalCommand for removing of lines.
    maxLength
    Value of line's maximum length was used by LineRemovalCommand for removing of lines.
    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