![]() |
![]() |
long xPosition;
x coordinate of each guide in twips.PageMaker returns the vertical guides in the order in which they were created.
PGetVertGuides vGuides;
for (short i = vGuides.Count(); i > 0; --i) {
long temp = vGuides.xPosition;
...
vGuides++;
}
The PGuideVert command
![]() |
Comments or suggestions? Contact Adobe Developer Support |