relative position of an object to the margins
Hi!
it's actually an easy task, obviously not for me...
I have a spread with facing pages. There are top-pargins, bottom-margins, left and right-margins. But the left and right ones should be inner- and outer-margins. Whenever I want to adjust the size and position of an object to the margins, the wide becomes 0. The reason is, that:
myPage.marginPreferences.top;
is not (e.g.) 200 mm but 10 mm (from the right side of the page). So you have 10 for the geometricBounds[1] (its the relative coordinate for x1) and 10 for geometricBounds[3] (the relative coordinate for x2). But I need the absolute values from the left edge (0mm) for both the left side page and the right side page. Is that doable?
