I've tried searching through the help file for how to set page area search restraints, what I want is top half of page, bottom half of page, top 3/4 etc. I just can't understand the help entry on coordinates, when I try entering sets of coordinates such as PageRect.Left it rejects them. How can I set simple search constraints for top/bottom fractions of the page please.
Page search constraints
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
3件のコメント
Hello,
You may use these expressions in the advanced pre-search relations:
above: PageRect.Height/2;
below: PageRect.Height/2;
above: PageRect.Width * 3/4;
or you may set the first two relations as
above: pageRect.YCenter;
below: pageRect.YCenter;
I'm afraid I still don't understand, do I enter one of those or all of those? Entering any, or all of those with/without semi-colons it says Invalid region, see image
Hello,
The previous answer (with "related") applies to the advanced pre-search relations. In the “Search Constraints tab” you may use only absolute coordinates in the “[100, 200, 300, 400]” format (see Appendix > Dialog boxes > Element Properties dialog box > Search constraints).
If you need to use relative coordinates, please set them up in the Advanced pre-search relations tab.
サインインしてコメントを残してください。