VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrObjectLocation Class / SetBaseline(Int32,Int32,Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
SetBaseline(Int32,Int32,Int32,Int32) Method (OcrObjectLocation)
In This Topic
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 _
)
public void SetBaseline(
System.Int32 baseLineX1,
System.Int32 baseLineY1,
System.Int32 baseLineX2,
System.Int32 baseLineY2
)

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: .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