Set Equal Spacing for selected frames Vertical & Horizontal
Hi Scripters All,
I have troubled in this part? How set the Vertical&Horizontal Space for the selected graphic frames. Any one share your valuable input.
I understand there is only one way calcuation methods. But i struggled that area Please help its very urgent.
This is my simple JS and output snapshot in the below.
app.activeDocument.distribute(app.selection, DistributeOptions.HORIZONTAL_SPACE, undefined, true, 12);
app.activeDocument.distribute(app.selection, DistributeOptions.VERTICAL_SPACE, undefined, true, 16);
thx
csm_phil
