Skip to main content
May 5, 2011
Answered

Change the display performance

  • May 5, 2011
  • 1 reply
  • 473 views

Hi,

I use Indesign CS4.

I need to change the display performance for the document/Application to High Quality. How should i do it in javascript.

Thanks

Karthik B

This topic has been closed for replies.
Correct answer csm_phil

Hi Karthik,

You can use thie JS Line:

app.displayPerformancePreferences.defaultDisplaySettings=ViewDisplaySettings.HIGH_QUALITY;

this is for application Display setting set.

thx

csm_phil

1 reply

csm_phil
csm_philCorrect answer
Legend
May 5, 2011

Hi Karthik,

You can use thie JS Line:

app.displayPerformancePreferences.defaultDisplaySettings=ViewDisplaySettings.HIGH_QUALITY;

this is for application Display setting set.

thx

csm_phil