VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrObjectLocation Class
Constructors Properties Methods SeeAlso
In This Topic
    OcrObjectLocation Class Members
    In This Topic
    The following tables list the members exposed by OcrObjectLocation.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the OcrObjectLocation class.
    Public Properties
     NameDescription
    Public PropertyGets X-coordinate, in image space, of the first point of the baseline.
    Public PropertyGets X-coordinate, in image space, of the second point of the baseline.
    Public PropertyGets Y-coordinate, in image space, of the first point of the baseline.
    Public PropertyGets Y-coordinate, in image space, of the second point of the baseline.
    Public PropertyGets a height, in image space, of bounding box.
    Public PropertyGets a width, in image space, of bounding box.
    Public PropertyGets X-coordinate, in image space, of bounding box.
    Public PropertyGets Y-coordinate, in image space, of bounding box.
    Public Methods
     NameDescription
    Public MethodCreates a new OcrObjectLocation that is a copy of the current instance.
    Public MethodSets new baseline.
    Public MethodSets new bounding box.
    Public MethodApplies a transformation matrix to this OcrObjectLocation.
    See Also