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);
I know this is C# but it should be similar in VBA.
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.
miImageSel.GetBoundingRect(out page, out left, out top, out right, out
bottom);
I know this is C# but it should be similar in VBA.
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.