Answered
When using FitOptions, is it possible to set the image expansion or contraction direction?
For example, I want to zoom in with the lower left corner as the base point so that the left and bottom sides remain fixed.
var sel = app.documents[0].selection;
Perhaps I need to set the automatic adjustment option for my sel[j] frame.
How do I add it?




