Answered
How do I get the boundaries (or the size) of the frame that a graphic is placed in?
I want to get the boundaries (or the size) of the frame that a graphic is placed in.
Something like
app.activeDocument.allGraphics[0].frameBounds;
or
app.activeDocument.allGraphics[0].frameWidth;
app.activeDocument.allGraphics[0].frameHeight;
Thanks.
