Reply To: Resize graphic frames with an Object style applied

#60614

Forgot to add var in the following lines:

var frame = found[i];
var gb = frame.geometricBounds;
var gb_new = [ gb[0], gb[1], gb[0]+13, gb[1]+26 ];

This article was last modified on September 27, 2011

Comments (0)

Loading comments...