How to use a script to redefine the image scaling ratio to 100%?
I searched for some information. Is this it?
WhenScalingOptions.ADJUST_SCALING_PERCENTAG
For example, if I select an object like this, how should I write it?
var sel = app.documents[0].selection;
After moving and zooming the image multiple times, the frame becomes misaligned. I want to clear it.



