Skip to main content
Andreas Jansson
Inspiring
February 9, 2010
Answered

Choose Preserve Image Dimensions When Relinking

  • February 9, 2010
  • 1 reply
  • 566 views

Is there a way to change the preference "Choose Preserve Image Dimensions When Relinking" from scripting? This setting is accessible in the user interface ( in the Edit menu / Preferences / File Handling tab ).

Andreas

This topic has been closed for replies.
Correct answer Kasyan Servetsky

I am not sure but try:

app.imagePreferences.preserveBounds = true;

// If true, preserve image bounds when relinking.

1 reply

Kasyan Servetsky
Kasyan ServetskyCorrect answer
Legend
February 9, 2010

I am not sure but try:

app.imagePreferences.preserveBounds = true;

// If true, preserve image bounds when relinking.

Andreas Jansson
Inspiring
February 10, 2010

That's the one! Thank you!