Copy link to clipboard
Copied
I'm automating Photoshop with vb.net using the photoshop interop dll.
When automating Excel, I can turn off the user interface by setting the Excel application object's ScreenUpdating property to false. This prevents the screen from flickering and improves performance.
Is there an equivalent method using the Photoshop DOM?
Thanks.
Copy link to clipboard
Copied
I don't think so. With javascript we do tricks like hide the panels, set the doc zoom to something very small. etc to speed things up.
With VB would you be able to bring another app to the front? Photoshop does not refresh the screen if it is not visible( hidden behind another app ).
Copy link to clipboard
Copied
I would turn the entire application object's visibilty off with this property.
Visible Boolean Read-write. Indicates whether the Adobe
Photoshop CS5 application is the front-most/active
application.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now