VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrObjectLocation Class / SetBaseline(Int32,Int32,Int32,Int32) Method
Syntax Requirements SeeAlso
    SetBaseline(Int32,Int32,Int32,Int32) Method (OcrObjectLocation)
    Sets new baseline.
    Syntax
    'Declaration
    
    Public Sub SetBaseline( _
    ByVal baseLineX1
    X-coordinate, in image space, of first baseline point.
    As System.Int32, _
    ByVal baseLineY1
    Y-coordinate, in image space, of first baseline point.
    As System.Int32, _
    ByVal baseLineX2
    X-coordinate, in image space, of second baseline point.
    As System.Int32, _
    ByVal baseLineY2
    Y-coordinate, in image space, of second baseline point.
    As System.Int32 _
    )
     

    Parameters

    baseLineX1
    X-coordinate, in image space, of first baseline point.
    baseLineY1
    Y-coordinate, in image space, of first baseline point.
    baseLineX2
    X-coordinate, in image space, of second baseline point.
    baseLineY2
    Y-coordinate, in image space, of second baseline point.
    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