VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrPage Class / GetObjects Methods / GetObjects(OcrObjectType,Rectangle) Method
Syntax Requirements SeeAlso
In This Topic
    GetObjects(OcrObjectType,Rectangle) Method (OcrPage)
    In This Topic
    Returns an array of objects of specified type and located in specified rectangle on the page.
    Syntax

    Parameters

    type
    Type of OCR object.
    region
    A rectangle, where objects must be located.

    Return Value

    An array of objects of specified type which are located in specified rectangle on the page.
    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