'Declaration Public Overloads Function GetObjects( _
ByVal typeType of OCR object.As Vintasoft.Imaging.Ocr.OcrObjectType, _
ByVal regionA rectangle, where objects must be located.As System.Drawing.Rectangle _
) As OcrObject[]
public OcrObject[] GetObjects(
Vintasoft.Imaging.Ocr.OcrObjectType type,
System.Drawing.Rectangle region
)
public: OcrObject*[] GetObjects(
Vintasoft.Imaging.Ocr.OcrObjectType type,
System.Drawing.Rectangle* region
)
public:
OcrObject^[] GetObjects(
Vintasoft.Imaging.Ocr.OcrObjectType type,
System.Drawing.Rectangle^ region
)
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.