Question
How to interpret PageItem.Matrix
I am using the COM SDK.
Most of the objects have a Matrix which is going to store the objects rotations, flips, etc.
Many objects that I see appear to have a translation that takes it to somewhere around 7,000 - 9,000, but it's not constant.
What is this matrix in relation to?
From what point is it translated from?
When I set the matrix to the "identity" matrix, all the items are flipped upside down. Why?
Thanks,
...Matt