VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrObject Class / Location Property
Syntax Requirements SeeAlso
In This Topic
    Location Property (OcrObject)
    In This Topic
    Gets a location of this object.
    Syntax
    'Declaration
    
    Public ReadOnly Property Location As OcrObjectLocation
    
    
    public OcrObjectLocation Location { get; }
    
    
    public: __property OcrObjectLocation* get_Location();
    
    
    
    public:
    property OcrObjectLocation^ Location { OcrObjectLocation^ get(); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also