MODI OCR selection rectangle

E

eljainc

I see in the MODI object model that I can do this:


miImageSel.GetBoundingRect(out page, out left, out top, out right, out
bottom);


How can I create a selection(the red rectangle) bassed on the
parameters (page, left, top, right, bottom)?

Understood? I want to replicate the user's selection behaviour but by
code


Mike McWhinney
elja, Inc.
 
Top