set display performance for document

321 Views Asked by At

If I set my display performance and run a basil.js script then basil seems to override my display performance settings.

What I would like at the end of the script is set the display performance settings to fast display.

Is this possible?

1

There are 1 best solutions below

1
On

I think you are out of luck as app.displayPerformancePreferences seems to be readonly (ViewDisplaySettings.HIGH_QUALITY, ViewDisplaySettings.TYPICAL or ViewDisplaySettings.OPTIMIZED). See http://jongware.mit.edu/idcs6js/pc_Application.html and search for "displayPerformancePreferences".